@open-turo/eslint-config-react 17.0.21 → 17.0.22
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
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
"description": "Turo eslint configuration for react",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@open-turo/eslint-config-typescript": "18.1.
|
|
6
|
+
"@open-turo/eslint-config-typescript": "18.1.12",
|
|
7
7
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
8
8
|
"eslint-plugin-react": "7.37.5",
|
|
9
9
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
10
10
|
"eslint-plugin-react-hooks": "6.1.1",
|
|
11
11
|
"globals": "16.5.0",
|
|
12
|
-
"typescript-eslint": "8.46.
|
|
12
|
+
"typescript-eslint": "8.46.3"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/react": "19.2.2",
|
|
16
|
-
"eslint": "9.39.
|
|
16
|
+
"eslint": "9.39.1",
|
|
17
17
|
"jest": "30.2.0",
|
|
18
18
|
"prettier": "3.6.2",
|
|
19
19
|
"react": "19.2.0"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"access": "public"
|
|
50
50
|
},
|
|
51
51
|
"repository": "https://github.com/open-turo/eslint-config-react",
|
|
52
|
-
"version": "17.0.
|
|
52
|
+
"version": "17.0.22"
|
|
53
53
|
}
|
|
@@ -1950,7 +1950,7 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
|
|
|
1950
1950
|
2,
|
|
1951
1951
|
],
|
|
1952
1952
|
"sonarjs/no-async-constructor": [
|
|
1953
|
-
|
|
1953
|
+
0,
|
|
1954
1954
|
],
|
|
1955
1955
|
"sonarjs/no-built-in-override": [
|
|
1956
1956
|
0,
|
|
@@ -1977,7 +1977,7 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
|
|
|
1977
1977
|
2,
|
|
1978
1978
|
],
|
|
1979
1979
|
"sonarjs/no-dead-store": [
|
|
1980
|
-
|
|
1980
|
+
0,
|
|
1981
1981
|
],
|
|
1982
1982
|
"sonarjs/no-delete-var": [
|
|
1983
1983
|
2,
|
|
@@ -5024,7 +5024,7 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
5024
5024
|
2,
|
|
5025
5025
|
],
|
|
5026
5026
|
"sonarjs/no-async-constructor": [
|
|
5027
|
-
|
|
5027
|
+
0,
|
|
5028
5028
|
],
|
|
5029
5029
|
"sonarjs/no-built-in-override": [
|
|
5030
5030
|
0,
|
|
@@ -5051,7 +5051,7 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
5051
5051
|
2,
|
|
5052
5052
|
],
|
|
5053
5053
|
"sonarjs/no-dead-store": [
|
|
5054
|
-
|
|
5054
|
+
0,
|
|
5055
5055
|
],
|
|
5056
5056
|
"sonarjs/no-delete-var": [
|
|
5057
5057
|
2,
|
|
@@ -8476,7 +8476,7 @@ exports[`validate config the legacy recommended config is correct 1`] = `
|
|
|
8476
8476
|
"error",
|
|
8477
8477
|
],
|
|
8478
8478
|
"sonarjs/no-async-constructor": [
|
|
8479
|
-
"
|
|
8479
|
+
"off",
|
|
8480
8480
|
],
|
|
8481
8481
|
"sonarjs/no-built-in-override": [
|
|
8482
8482
|
"off",
|
|
@@ -8503,7 +8503,7 @@ exports[`validate config the legacy recommended config is correct 1`] = `
|
|
|
8503
8503
|
"error",
|
|
8504
8504
|
],
|
|
8505
8505
|
"sonarjs/no-dead-store": [
|
|
8506
|
-
"
|
|
8506
|
+
"off",
|
|
8507
8507
|
],
|
|
8508
8508
|
"sonarjs/no-delete-var": [
|
|
8509
8509
|
"error",
|
|
Binary file
|