@lvce-editor/eslint-config 2.24.0 → 2.26.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 +3 -3
package/index.js
CHANGED
|
@@ -57,6 +57,7 @@ const defaultConfig = tseslint.config(
|
|
|
57
57
|
'error',
|
|
58
58
|
{
|
|
59
59
|
allow: [
|
|
60
|
+
{ from: 'lib', name: 'Uint8Array' },
|
|
60
61
|
{ from: 'lib', name: 'Uint32Array' },
|
|
61
62
|
{ from: 'lib', name: 'RegExp' },
|
|
62
63
|
{ from: 'lib', name: 'MessagePort' },
|
|
@@ -70,6 +71,7 @@ const defaultConfig = tseslint.config(
|
|
|
70
71
|
{ from: 'lib', name: 'RequestInfo' },
|
|
71
72
|
{ from: 'lib', name: 'URL' },
|
|
72
73
|
{ from: 'lib', name: 'CacheQueryOptions' },
|
|
74
|
+
{ from: 'lib', name: 'Buffer' },
|
|
73
75
|
{ from: 'package', name: 'MessagePortMain', package: 'electron' },
|
|
74
76
|
{ from: 'package', name: 'Socket', package: 'node:net' },
|
|
75
77
|
{ from: 'package', name: 'Dirent', package: 'node:fs' },
|
|
@@ -179,6 +181,7 @@ const defaultConfig = tseslint.config(
|
|
|
179
181
|
'**/dist2/**',
|
|
180
182
|
'**/dist/**',
|
|
181
183
|
'**/memory/**',
|
|
184
|
+
'**/fixtures/**',
|
|
182
185
|
'**/test-integration/**',
|
|
183
186
|
'**/test-integration-util/**',
|
|
184
187
|
'scripts',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lvce-editor/eslint-config",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.26.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"eslint-plugin-unicorn": "62.0.0",
|
|
31
31
|
"eslint-plugin-yml": "1.19.0",
|
|
32
32
|
"typescript-eslint": "8.48.0",
|
|
33
|
-
"@lvce-editor/eslint-plugin-tsconfig": "2.
|
|
34
|
-
"@lvce-editor/eslint-plugin-github-actions": "2.
|
|
33
|
+
"@lvce-editor/eslint-plugin-tsconfig": "2.26.0",
|
|
34
|
+
"@lvce-editor/eslint-plugin-github-actions": "2.26.0"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"eslint": ">= 9"
|