@lvce-editor/eslint-config 10.5.0 → 10.6.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 +3 -0
- package/package.json +7 -7
package/index.js
CHANGED
|
@@ -121,6 +121,8 @@ const defaultConfig = tseslint.config(
|
|
|
121
121
|
'noreferrer',
|
|
122
122
|
'opfs',
|
|
123
123
|
'Overtype',
|
|
124
|
+
'subworker',
|
|
125
|
+
'objecturl',
|
|
124
126
|
'pointercapture',
|
|
125
127
|
'posinset',
|
|
126
128
|
'recentlypublished',
|
|
@@ -322,6 +324,7 @@ const defaultConfig = tseslint.config(
|
|
|
322
324
|
'sonarjs/publicly-writable-directories': 'off',
|
|
323
325
|
'sonarjs/file-permissions': 'off',
|
|
324
326
|
'sonarjs/deprecation': 'off',
|
|
327
|
+
'preserve-caught-error': 'off',
|
|
325
328
|
},
|
|
326
329
|
},
|
|
327
330
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lvce-editor/eslint-config",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.6.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"eslint-plugin-sonarjs": "4.0.3",
|
|
33
33
|
"eslint-plugin-unicorn": "64.0.0",
|
|
34
34
|
"eslint-plugin-yml": "3.3.2",
|
|
35
|
-
"typescript-eslint": "8.
|
|
36
|
-
"@lvce-editor/eslint-plugin-tsconfig": "10.
|
|
37
|
-
"@lvce-editor/eslint-plugin-github-actions": "10.
|
|
38
|
-
"@lvce-editor/eslint-plugin-regex": "10.
|
|
39
|
-
"@lvce-editor/eslint-plugin-e2e": "10.
|
|
40
|
-
"@lvce-editor/eslint-plugin-rpc": "10.
|
|
35
|
+
"typescript-eslint": "8.60.0",
|
|
36
|
+
"@lvce-editor/eslint-plugin-tsconfig": "10.6.0",
|
|
37
|
+
"@lvce-editor/eslint-plugin-github-actions": "10.6.0",
|
|
38
|
+
"@lvce-editor/eslint-plugin-regex": "10.6.0",
|
|
39
|
+
"@lvce-editor/eslint-plugin-e2e": "10.6.0",
|
|
40
|
+
"@lvce-editor/eslint-plugin-rpc": "10.6.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"eslint": "^10"
|