@lusc/eslint-config 17.0.0 → 18.0.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 +1 -0
- package/package.json +7 -7
package/index.js
CHANGED
|
@@ -6,6 +6,7 @@ import comments from './configs/comments.js';
|
|
|
6
6
|
import eslint from './configs/eslint.js';
|
|
7
7
|
import importConfig from './configs/import.js';
|
|
8
8
|
import n from './configs/n.js';
|
|
9
|
+
// eslint-disable-next-line node-test/no-import-test-files
|
|
9
10
|
import nodeTest from './configs/node-test.js';
|
|
10
11
|
import promise from './configs/promise.js';
|
|
11
12
|
import regexp from './configs/regexp.js';
|
package/package.json
CHANGED
|
@@ -6,17 +6,17 @@
|
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.2",
|
|
8
8
|
"@eslint/js": "^10.0.1",
|
|
9
|
-
"@typescript-eslint/parser": "^8.
|
|
9
|
+
"@typescript-eslint/parser": "^8.64.0",
|
|
10
10
|
"eslint-import-resolver-typescript": "^4.4.5",
|
|
11
|
-
"eslint-node-test": "^0.
|
|
11
|
+
"eslint-node-test": "^0.3.0",
|
|
12
12
|
"eslint-plugin-import-x": "^4.17.1",
|
|
13
|
-
"eslint-plugin-n": "^18.2.
|
|
13
|
+
"eslint-plugin-n": "^18.2.2",
|
|
14
14
|
"eslint-plugin-promise": "^7.3.0",
|
|
15
15
|
"eslint-plugin-regexp": "^3.1.1",
|
|
16
|
-
"eslint-plugin-unicorn": "^
|
|
16
|
+
"eslint-plugin-unicorn": "^72.0.0",
|
|
17
17
|
"globals": "^17.7.0",
|
|
18
18
|
"typescript": "^6.0.3",
|
|
19
|
-
"typescript-eslint": "^8.
|
|
19
|
+
"typescript-eslint": "^8.64.0"
|
|
20
20
|
},
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": "^24.10.0 || ^25.0.0 || ^26.0.0"
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"name": "@lusc/eslint-config",
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"eslint": "^10.
|
|
35
|
+
"eslint": "^10.7.0"
|
|
36
36
|
},
|
|
37
37
|
"repository": {
|
|
38
38
|
"url": "https://github.com/melusc/eslint-config"
|
|
39
39
|
},
|
|
40
40
|
"type": "module",
|
|
41
|
-
"version": "
|
|
41
|
+
"version": "18.0.0"
|
|
42
42
|
}
|