@open-turo/eslint-config-typescript 18.1.22 → 18.1.24
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@eslint/js": "9.39.2",
|
|
7
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
8
|
-
"@typescript-eslint/parser": "8.
|
|
7
|
+
"@typescript-eslint/eslint-plugin": "8.50.0",
|
|
8
|
+
"@typescript-eslint/parser": "8.50.0",
|
|
9
9
|
"@vitest/eslint-plugin": "1.5.2",
|
|
10
10
|
"eslint-config-prettier": "10.1.8",
|
|
11
11
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
12
12
|
"eslint-plugin-import": "2.32.0",
|
|
13
|
-
"eslint-plugin-jest": "29.
|
|
13
|
+
"eslint-plugin-jest": "29.5.0",
|
|
14
14
|
"eslint-plugin-json": "4.0.1",
|
|
15
15
|
"eslint-plugin-n": "17.23.1",
|
|
16
16
|
"eslint-plugin-perfectionist": "4.15.1",
|
|
17
17
|
"eslint-plugin-prettier": "5.5.4",
|
|
18
18
|
"eslint-plugin-sonarjs": "3.0.5",
|
|
19
19
|
"eslint-plugin-unicorn": "56.0.1",
|
|
20
|
-
"typescript-eslint": "8.
|
|
20
|
+
"typescript-eslint": "8.50.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@prettier/plugin-oxc": "0.1.3",
|
|
@@ -56,6 +56,6 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"repository": "https://github.com/open-turo/eslint-config-typescript",
|
|
59
|
-
"version": "18.1.
|
|
59
|
+
"version": "18.1.24",
|
|
60
60
|
"packageManager": "npm@11.7.0"
|
|
61
61
|
}
|
|
@@ -12957,6 +12957,9 @@ exports[`validate config the legacy recommended config is correct 1`] = `
|
|
|
12957
12957
|
"@typescript-eslint/no-useless-constructor": [
|
|
12958
12958
|
"error",
|
|
12959
12959
|
],
|
|
12960
|
+
"@typescript-eslint/no-useless-default-assignment": [
|
|
12961
|
+
"error",
|
|
12962
|
+
],
|
|
12960
12963
|
"@typescript-eslint/no-wrapper-object-types": [
|
|
12961
12964
|
"error",
|
|
12962
12965
|
],
|
|
Binary file
|