@open-turo/eslint-config-react 24.0.26 → 24.0.27-pr-506.555.1.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
|
-
24.18.
|
|
1
|
+
24.18.1
|
package/jest.config.mjs
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -3,15 +3,15 @@
|
|
|
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.14-pr-585.688.1.1",
|
|
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",
|
|
10
|
-
"globals": "17.
|
|
10
|
+
"globals": "17.8.0",
|
|
11
11
|
"typescript-eslint": "8.65.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@types/react": "19.2.
|
|
14
|
+
"@types/react": "19.2.18",
|
|
15
15
|
"eslint": "9.39.5",
|
|
16
16
|
"jest": "30.4.2",
|
|
17
17
|
"prettier": "3.9.6",
|
|
@@ -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.27-pr-506.555.1.1"
|
|
51
51
|
}
|
|
@@ -2239,6 +2239,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
2239
2239
|
"requireParameterParentheses": false,
|
|
2240
2240
|
},
|
|
2241
2241
|
],
|
|
2242
|
+
"sonarjs/assertions-in-test-cases": [
|
|
2243
|
+
2,
|
|
2244
|
+
],
|
|
2242
2245
|
"sonarjs/assertions-in-tests": [
|
|
2243
2246
|
0,
|
|
2244
2247
|
],
|
|
@@ -2420,6 +2423,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
2420
2423
|
"sonarjs/existing-groups": [
|
|
2421
2424
|
2,
|
|
2422
2425
|
],
|
|
2426
|
+
"sonarjs/explicit-test-skip": [
|
|
2427
|
+
2,
|
|
2428
|
+
],
|
|
2423
2429
|
"sonarjs/expression-complexity": [
|
|
2424
2430
|
0,
|
|
2425
2431
|
{
|
|
@@ -2536,6 +2542,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
2536
2542
|
"threshold": 3,
|
|
2537
2543
|
},
|
|
2538
2544
|
],
|
|
2545
|
+
"sonarjs/memoize-cache-key": [
|
|
2546
|
+
2,
|
|
2547
|
+
],
|
|
2539
2548
|
"sonarjs/misplaced-loop-counter": [
|
|
2540
2549
|
2,
|
|
2541
2550
|
],
|
|
@@ -2599,6 +2608,12 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
2599
2608
|
"sonarjs/no-dead-store": [
|
|
2600
2609
|
0,
|
|
2601
2610
|
],
|
|
2611
|
+
"sonarjs/no-debug-commands-in-ui-tests": [
|
|
2612
|
+
2,
|
|
2613
|
+
],
|
|
2614
|
+
"sonarjs/no-default-utility-imports": [
|
|
2615
|
+
2,
|
|
2616
|
+
],
|
|
2602
2617
|
"sonarjs/no-delete-var": [
|
|
2603
2618
|
2,
|
|
2604
2619
|
],
|
|
@@ -2654,6 +2669,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
2654
2669
|
"sonarjs/no-fallthrough": [
|
|
2655
2670
|
2,
|
|
2656
2671
|
],
|
|
2672
|
+
"sonarjs/no-fixed-wait-in-tests": [
|
|
2673
|
+
2,
|
|
2674
|
+
],
|
|
2657
2675
|
"sonarjs/no-floating-point-equality": [
|
|
2658
2676
|
0,
|
|
2659
2677
|
],
|
|
@@ -2742,6 +2760,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
2742
2760
|
"sonarjs/no-internal-api-use": [
|
|
2743
2761
|
2,
|
|
2744
2762
|
],
|
|
2763
|
+
"sonarjs/no-interpolation-in-inline-snapshots": [
|
|
2764
|
+
2,
|
|
2765
|
+
],
|
|
2745
2766
|
"sonarjs/no-intrusive-permissions": [
|
|
2746
2767
|
0,
|
|
2747
2768
|
{
|
|
@@ -2777,6 +2798,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
2777
2798
|
"sonarjs/no-misleading-character-class": [
|
|
2778
2799
|
2,
|
|
2779
2800
|
],
|
|
2801
|
+
"sonarjs/no-mixed-completion-style": [
|
|
2802
|
+
2,
|
|
2803
|
+
],
|
|
2780
2804
|
"sonarjs/no-mixed-content": [
|
|
2781
2805
|
0,
|
|
2782
2806
|
],
|
|
@@ -2951,6 +2975,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
2951
2975
|
"sonarjs/os-command": [
|
|
2952
2976
|
0,
|
|
2953
2977
|
],
|
|
2978
|
+
"sonarjs/parameterized-tests": [
|
|
2979
|
+
2,
|
|
2980
|
+
],
|
|
2954
2981
|
"sonarjs/post-message": [
|
|
2955
2982
|
2,
|
|
2956
2983
|
],
|
|
@@ -2960,6 +2987,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
2960
2987
|
"sonarjs/prefer-immediate-return": [
|
|
2961
2988
|
0,
|
|
2962
2989
|
],
|
|
2990
|
+
"sonarjs/prefer-native-lodash-alternative": [
|
|
2991
|
+
2,
|
|
2992
|
+
],
|
|
2963
2993
|
"sonarjs/prefer-nullish-coalescing": [
|
|
2964
2994
|
0,
|
|
2965
2995
|
],
|
|
@@ -3050,6 +3080,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
3050
3080
|
"sonarjs/super-linear-regex": [
|
|
3051
3081
|
2,
|
|
3052
3082
|
],
|
|
3083
|
+
"sonarjs/synchronous-suite-callback": [
|
|
3084
|
+
2,
|
|
3085
|
+
],
|
|
3053
3086
|
"sonarjs/table-header": [
|
|
3054
3087
|
2,
|
|
3055
3088
|
],
|
|
Binary file
|