@jpp-toolkit/eslint-config 0.0.25 → 0.0.27
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.
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/configs/import-x-config.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jpp-toolkit/eslint-config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.27",
|
|
4
4
|
"description": "ESLint configurations for JS/TS projects.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jpp",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@eslint/js": "9.39.2",
|
|
36
36
|
"@stylistic/eslint-plugin": "5.6.1",
|
|
37
37
|
"@types/eslint-plugin-jsx-a11y": "6.10.1",
|
|
38
|
-
"@vitest/eslint-plugin": "1.
|
|
38
|
+
"@vitest/eslint-plugin": "1.6.1",
|
|
39
39
|
"eslint-config-prettier": "10.1.8",
|
|
40
40
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
41
41
|
"eslint-plugin-import-x": "4.16.1",
|
|
@@ -294,7 +294,7 @@ export const importXConfig = defineConfig([
|
|
|
294
294
|
* @config errors
|
|
295
295
|
* @see {@link https://github.com/un-ts/eslint-plugin-import-x/blob/master/docs/rules/default.md}
|
|
296
296
|
*/
|
|
297
|
-
|
|
297
|
+
'import-x/default': 'off',
|
|
298
298
|
|
|
299
299
|
/**
|
|
300
300
|
* Ensure named imports correspond to a named export in the remote file.
|