@ocavue/eslint-config 2.10.2 → 2.10.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/imports.js +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ocavue/eslint-config",
3
3
  "type": "module",
4
- "version": "2.10.2",
4
+ "version": "2.10.3",
5
5
  "packageManager": "pnpm@9.12.1",
6
6
  "description": "",
7
7
  "author": "ocavue <ocavue@gmail.com>",
package/src/imports.js CHANGED
@@ -26,12 +26,12 @@ export function imports() {
26
26
  'import/no-mutable-exports': 'warn',
27
27
  'import/no-useless-path-segments': 'warn',
28
28
  'import/newline-after-import': 'warn',
29
- 'import/no-duplicates': [
30
- 'warn',
31
- // Disable `prefer-inline` because of the following bug
32
- // https://github.com/un-ts/eslint-plugin-import-x/issues/167
33
- // { 'prefer-inline': true },
34
- ],
29
+ // Disable `no-duplicates` because of the following bug
30
+ // https://github.com/un-ts/eslint-plugin-import-x/issues/167
31
+ // 'import/no-duplicates': [
32
+ // 'warn',
33
+ // { 'prefer-inline': true },
34
+ // ],
35
35
  'import/order': [
36
36
  'warn',
37
37
  {