@lvce-editor/eslint-config 1.48.0 → 1.50.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 -1
- package/package.json +9 -9
package/index.js
CHANGED
|
@@ -100,6 +100,7 @@ const defaultConfig = tseslint.config(
|
|
|
100
100
|
{ from: 'lib', name: 'Uint32Array' },
|
|
101
101
|
{ from: 'lib', name: 'RegExp' },
|
|
102
102
|
{ from: 'lib', name: 'MessagePort' },
|
|
103
|
+
{ from: 'lib', name: 'FileList' },
|
|
103
104
|
{ from: 'package', name: 'MessagePortMain', package: 'electron' },
|
|
104
105
|
{ from: 'package', name: 'Socket', package: 'node:net' },
|
|
105
106
|
{ from: 'package', name: 'Dirent', package: 'node:fs' },
|
|
@@ -127,10 +128,11 @@ const defaultConfig = tseslint.config(
|
|
|
127
128
|
},
|
|
128
129
|
{
|
|
129
130
|
files: ['**/*.test.ts'],
|
|
131
|
+
// @ts-ignore
|
|
130
132
|
extends: [pluginJest.configs['flat/recommended']],
|
|
131
133
|
settings: {
|
|
132
134
|
jest: {
|
|
133
|
-
version:
|
|
135
|
+
version: 30,
|
|
134
136
|
},
|
|
135
137
|
},
|
|
136
138
|
rules: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lvce-editor/eslint-config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.50.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -19,18 +19,18 @@
|
|
|
19
19
|
"homepage": "https://github.com/lvce-editor/eslint-config#readme",
|
|
20
20
|
"description": "",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@eslint/css": "0.
|
|
23
|
-
"@eslint/js": "9.
|
|
22
|
+
"@eslint/css": "0.9.0",
|
|
23
|
+
"@eslint/js": "9.29.0",
|
|
24
24
|
"@eslint/json": "0.12.0",
|
|
25
|
-
"@eslint/markdown": "6.
|
|
26
|
-
"eslint-plugin-jest": "28.
|
|
27
|
-
"eslint-plugin-n": "17.
|
|
28
|
-
"eslint-plugin-package-json": "0.
|
|
29
|
-
"eslint-plugin-perfectionist": "4.
|
|
25
|
+
"@eslint/markdown": "6.5.0",
|
|
26
|
+
"eslint-plugin-jest": "28.13.5",
|
|
27
|
+
"eslint-plugin-n": "17.20.0",
|
|
28
|
+
"eslint-plugin-package-json": "0.39.2",
|
|
29
|
+
"eslint-plugin-perfectionist": "4.14.0",
|
|
30
30
|
"eslint-plugin-project-structure": "3.13.3",
|
|
31
31
|
"eslint-plugin-unicorn": "59.0.1",
|
|
32
32
|
"eslint-plugin-yml": "1.18.0",
|
|
33
|
-
"typescript-eslint": "8.
|
|
33
|
+
"typescript-eslint": "8.34.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"eslint": ">= 9"
|