@open-turo/eslint-config-react 24.0.20 → 24.0.21
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
|
Binary file
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Turo eslint configuration for react",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@open-turo/eslint-config-typescript": "23.1.
|
|
6
|
+
"@open-turo/eslint-config-typescript": "23.1.8",
|
|
7
7
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
8
8
|
"eslint-plugin-react": "7.37.5",
|
|
9
9
|
"eslint-plugin-react-hooks": "7.1.1",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"repository": "https://github.com/open-turo/eslint-config-react",
|
|
50
|
-
"version": "24.0.
|
|
50
|
+
"version": "24.0.21"
|
|
51
51
|
}
|
|
@@ -2240,7 +2240,7 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
2240
2240
|
},
|
|
2241
2241
|
],
|
|
2242
2242
|
"sonarjs/assertions-in-tests": [
|
|
2243
|
-
|
|
2243
|
+
0,
|
|
2244
2244
|
],
|
|
2245
2245
|
"sonarjs/async-test-assertions": [
|
|
2246
2246
|
2,
|
|
@@ -2655,7 +2655,7 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
2655
2655
|
2,
|
|
2656
2656
|
],
|
|
2657
2657
|
"sonarjs/no-floating-point-equality": [
|
|
2658
|
-
|
|
2658
|
+
0,
|
|
2659
2659
|
],
|
|
2660
2660
|
"sonarjs/no-for-in-iterable": [
|
|
2661
2661
|
0,
|
|
@@ -2982,7 +2982,7 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
2982
2982
|
2,
|
|
2983
2983
|
],
|
|
2984
2984
|
"sonarjs/prefer-specific-assertions": [
|
|
2985
|
-
|
|
2985
|
+
0,
|
|
2986
2986
|
],
|
|
2987
2987
|
"sonarjs/prefer-type-guard": [
|
|
2988
2988
|
2,
|
|
Binary file
|