@open-turo/eslint-config-typescript 16.0.0-pr-373.15.1.1 → 16.0.1
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/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
22.
|
|
1
|
+
22.15.0
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -3,23 +3,23 @@
|
|
|
3
3
|
"description": "Turo eslint configuration for typescript",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@eslint/js": "9.
|
|
7
|
-
"typescript-eslint": "8.
|
|
8
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
9
|
-
"@typescript-eslint/parser": "8.
|
|
10
|
-
"eslint-config-prettier": "10.1.
|
|
11
|
-
"eslint-import-resolver-typescript": "4.3.
|
|
6
|
+
"@eslint/js": "9.26.0",
|
|
7
|
+
"typescript-eslint": "8.32.1",
|
|
8
|
+
"@typescript-eslint/eslint-plugin": "8.32.1",
|
|
9
|
+
"@typescript-eslint/parser": "8.32.1",
|
|
10
|
+
"eslint-config-prettier": "10.1.5",
|
|
11
|
+
"eslint-import-resolver-typescript": "4.3.4",
|
|
12
12
|
"eslint-plugin-import": "2.31.0",
|
|
13
13
|
"eslint-plugin-jest": "28.11.0",
|
|
14
14
|
"eslint-plugin-json": "4.0.1",
|
|
15
|
-
"eslint-plugin-n": "17.
|
|
16
|
-
"eslint-plugin-perfectionist": "4.
|
|
17
|
-
"eslint-plugin-prettier": "5.
|
|
15
|
+
"eslint-plugin-n": "17.18.0",
|
|
16
|
+
"eslint-plugin-perfectionist": "4.12.3",
|
|
17
|
+
"eslint-plugin-prettier": "5.4.0",
|
|
18
18
|
"eslint-plugin-sonarjs": "3.0.2",
|
|
19
19
|
"eslint-plugin-unicorn": "56.0.1"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"eslint": "9.
|
|
22
|
+
"eslint": "9.26.0",
|
|
23
23
|
"jest": "29.7.0",
|
|
24
24
|
"prettier": "3.5.3"
|
|
25
25
|
},
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"repository": "https://github.com/open-turo/eslint-config-typescript",
|
|
57
|
-
"version": "16.0.
|
|
57
|
+
"version": "16.0.1"
|
|
58
58
|
}
|
|
@@ -1224,6 +1224,9 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
|
|
|
1224
1224
|
],
|
|
1225
1225
|
"no-shadow-restricted-names": [
|
|
1226
1226
|
2,
|
|
1227
|
+
{
|
|
1228
|
+
"reportGlobalThis": false,
|
|
1229
|
+
},
|
|
1227
1230
|
],
|
|
1228
1231
|
"no-space-before-semi": [
|
|
1229
1232
|
0,
|
|
@@ -1280,6 +1283,7 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
|
|
|
1280
1283
|
"allowTaggedTemplates": false,
|
|
1281
1284
|
"allowTernary": false,
|
|
1282
1285
|
"enforceForJSX": false,
|
|
1286
|
+
"ignoreDirectives": false,
|
|
1283
1287
|
},
|
|
1284
1288
|
],
|
|
1285
1289
|
"no-unused-labels": [
|
|
@@ -4186,6 +4190,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
4186
4190
|
],
|
|
4187
4191
|
"no-shadow-restricted-names": [
|
|
4188
4192
|
2,
|
|
4193
|
+
{
|
|
4194
|
+
"reportGlobalThis": false,
|
|
4195
|
+
},
|
|
4189
4196
|
],
|
|
4190
4197
|
"no-space-before-semi": [
|
|
4191
4198
|
0,
|
|
@@ -4242,6 +4249,7 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
4242
4249
|
"allowTaggedTemplates": false,
|
|
4243
4250
|
"allowTernary": false,
|
|
4244
4251
|
"enforceForJSX": false,
|
|
4252
|
+
"ignoreDirectives": false,
|
|
4245
4253
|
},
|
|
4246
4254
|
],
|
|
4247
4255
|
"no-unused-labels": [
|
|
Binary file
|