@open-turo/eslint-config-typescript 18.0.0 → 18.0.2
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/.github/renovate.json
CHANGED
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
22.
|
|
1
|
+
22.18.0
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@eslint/js": "9.32.0",
|
|
7
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
8
|
-
"@typescript-eslint/parser": "8.
|
|
7
|
+
"@typescript-eslint/eslint-plugin": "8.39.0",
|
|
8
|
+
"@typescript-eslint/parser": "8.39.0",
|
|
9
9
|
"eslint-config-prettier": "10.1.8",
|
|
10
10
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
11
11
|
"eslint-plugin-import": "2.32.0",
|
|
12
12
|
"eslint-plugin-jest": "29.0.1",
|
|
13
13
|
"eslint-plugin-json": "4.0.1",
|
|
14
|
-
"eslint-plugin-n": "17.21.
|
|
14
|
+
"eslint-plugin-n": "17.21.3",
|
|
15
15
|
"eslint-plugin-perfectionist": "4.15.0",
|
|
16
16
|
"eslint-plugin-prettier": "5.5.3",
|
|
17
17
|
"eslint-plugin-sonarjs": "3.0.4",
|
|
18
18
|
"eslint-plugin-unicorn": "56.0.1",
|
|
19
|
-
"typescript-eslint": "8.
|
|
19
|
+
"typescript-eslint": "8.39.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@prettier/plugin-oxc": "0.0.4",
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
57
|
"repository": "https://github.com/open-turo/eslint-config-typescript",
|
|
58
|
-
"version": "18.0.
|
|
59
|
-
"packageManager": "npm@11.5.
|
|
58
|
+
"version": "18.0.2",
|
|
59
|
+
"packageManager": "npm@11.5.2"
|
|
60
60
|
}
|
|
@@ -6812,6 +6812,9 @@ exports[`validate config the legacy recommended config is correct 1`] = `
|
|
|
6812
6812
|
"@typescript-eslint/no-unnecessary-type-constraint": [
|
|
6813
6813
|
"error",
|
|
6814
6814
|
],
|
|
6815
|
+
"@typescript-eslint/no-unnecessary-type-conversion": [
|
|
6816
|
+
"error",
|
|
6817
|
+
],
|
|
6815
6818
|
"@typescript-eslint/no-unnecessary-type-parameters": [
|
|
6816
6819
|
"off",
|
|
6817
6820
|
],
|
|
Binary file
|