@lvce-editor/eslint-config 7.1.0 → 7.3.0
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/index.js +11 -0
- package/package.json +6 -6
package/index.js
CHANGED
|
@@ -360,6 +360,16 @@ const defaultConfig = tseslint.config(
|
|
|
360
360
|
'unicorn/no-nested-ternary': 'off',
|
|
361
361
|
},
|
|
362
362
|
},
|
|
363
|
+
{
|
|
364
|
+
rules: {
|
|
365
|
+
'package-json/require-author': 'off',
|
|
366
|
+
'package-json/require-exports': 'off',
|
|
367
|
+
'package-json/require-files': 'off',
|
|
368
|
+
'package-json/require-sideEffects': 'off',
|
|
369
|
+
'package-json/require-attribution': 'off',
|
|
370
|
+
'package-json/require-repository': 'off',
|
|
371
|
+
},
|
|
372
|
+
},
|
|
363
373
|
{
|
|
364
374
|
ignores: [
|
|
365
375
|
'dist',
|
|
@@ -391,6 +401,7 @@ const defaultConfig = tseslint.config(
|
|
|
391
401
|
{
|
|
392
402
|
rules: {
|
|
393
403
|
'e18e/prefer-static-regex': 'off',
|
|
404
|
+
'e18e/ban-dependencies': 'off',
|
|
394
405
|
},
|
|
395
406
|
},
|
|
396
407
|
...rpcPlugin.default,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lvce-editor/eslint-config",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"@eslint/markdown": "7.5.1",
|
|
28
28
|
"eslint-plugin-jest": "29.15.0",
|
|
29
29
|
"eslint-plugin-n": "17.24.0",
|
|
30
|
-
"eslint-plugin-package-json": "0.
|
|
30
|
+
"eslint-plugin-package-json": "0.89.0",
|
|
31
31
|
"eslint-plugin-perfectionist": "5.6.0",
|
|
32
32
|
"eslint-plugin-unicorn": "63.0.0",
|
|
33
33
|
"eslint-plugin-yml": "3.2.1",
|
|
34
34
|
"typescript-eslint": "8.56.0",
|
|
35
|
-
"@lvce-editor/eslint-plugin-tsconfig": "7.
|
|
36
|
-
"@lvce-editor/eslint-plugin-github-actions": "7.
|
|
37
|
-
"@lvce-editor/eslint-plugin-regex": "7.
|
|
38
|
-
"@lvce-editor/eslint-plugin-rpc": "7.
|
|
35
|
+
"@lvce-editor/eslint-plugin-tsconfig": "7.3.0",
|
|
36
|
+
"@lvce-editor/eslint-plugin-github-actions": "7.3.0",
|
|
37
|
+
"@lvce-editor/eslint-plugin-regex": "7.3.0",
|
|
38
|
+
"@lvce-editor/eslint-plugin-rpc": "7.3.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"eslint": "^9"
|