@open-turo/eslint-config-react 19.0.6 → 19.0.8
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,15 +3,15 @@
|
|
|
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.38",
|
|
7
7
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
8
8
|
"eslint-plugin-react": "7.37.5",
|
|
9
9
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
10
|
-
"globals": "17.
|
|
10
|
+
"globals": "17.3.0",
|
|
11
11
|
"typescript-eslint": "8.54.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@types/react": "19.2.
|
|
14
|
+
"@types/react": "19.2.11",
|
|
15
15
|
"eslint": "9.39.2",
|
|
16
16
|
"jest": "30.2.0",
|
|
17
17
|
"prettier": "3.8.1",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
50
|
"repository": "https://github.com/open-turo/eslint-config-react",
|
|
51
|
-
"version": "19.0.
|
|
51
|
+
"version": "19.0.8"
|
|
52
52
|
}
|
|
@@ -1787,6 +1787,9 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
|
|
|
1787
1787
|
"sonarjs/duplicates-in-character-class": [
|
|
1788
1788
|
2,
|
|
1789
1789
|
],
|
|
1790
|
+
"sonarjs/dynamically-constructed-templates": [
|
|
1791
|
+
2,
|
|
1792
|
+
],
|
|
1790
1793
|
"sonarjs/elseif-without-else": [
|
|
1791
1794
|
0,
|
|
1792
1795
|
],
|
|
@@ -1858,6 +1861,9 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
|
|
|
1858
1861
|
"sonarjs/generator-without-yield": [
|
|
1859
1862
|
2,
|
|
1860
1863
|
],
|
|
1864
|
+
"sonarjs/hardcoded-secret-signatures": [
|
|
1865
|
+
2,
|
|
1866
|
+
],
|
|
1861
1867
|
"sonarjs/hashing": [
|
|
1862
1868
|
2,
|
|
1863
1869
|
],
|
|
@@ -2379,6 +2385,9 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
|
|
|
2379
2385
|
"sonarjs/regular-expr": [
|
|
2380
2386
|
0,
|
|
2381
2387
|
],
|
|
2388
|
+
"sonarjs/review-blockchain-mnemonic": [
|
|
2389
|
+
2,
|
|
2390
|
+
],
|
|
2382
2391
|
"sonarjs/session-regeneration": [
|
|
2383
2392
|
2,
|
|
2384
2393
|
],
|
|
@@ -4861,6 +4870,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
4861
4870
|
"sonarjs/duplicates-in-character-class": [
|
|
4862
4871
|
2,
|
|
4863
4872
|
],
|
|
4873
|
+
"sonarjs/dynamically-constructed-templates": [
|
|
4874
|
+
2,
|
|
4875
|
+
],
|
|
4864
4876
|
"sonarjs/elseif-without-else": [
|
|
4865
4877
|
0,
|
|
4866
4878
|
],
|
|
@@ -4932,6 +4944,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
4932
4944
|
"sonarjs/generator-without-yield": [
|
|
4933
4945
|
2,
|
|
4934
4946
|
],
|
|
4947
|
+
"sonarjs/hardcoded-secret-signatures": [
|
|
4948
|
+
2,
|
|
4949
|
+
],
|
|
4935
4950
|
"sonarjs/hashing": [
|
|
4936
4951
|
2,
|
|
4937
4952
|
],
|
|
@@ -5453,6 +5468,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
5453
5468
|
"sonarjs/regular-expr": [
|
|
5454
5469
|
0,
|
|
5455
5470
|
],
|
|
5471
|
+
"sonarjs/review-blockchain-mnemonic": [
|
|
5472
|
+
2,
|
|
5473
|
+
],
|
|
5456
5474
|
"sonarjs/session-regeneration": [
|
|
5457
5475
|
2,
|
|
5458
5476
|
],
|
|
@@ -8383,6 +8401,9 @@ exports[`validate config the legacy recommended config is correct 1`] = `
|
|
|
8383
8401
|
"sonarjs/duplicates-in-character-class": [
|
|
8384
8402
|
"error",
|
|
8385
8403
|
],
|
|
8404
|
+
"sonarjs/dynamically-constructed-templates": [
|
|
8405
|
+
"error",
|
|
8406
|
+
],
|
|
8386
8407
|
"sonarjs/elseif-without-else": [
|
|
8387
8408
|
"off",
|
|
8388
8409
|
],
|
|
@@ -8443,6 +8464,9 @@ exports[`validate config the legacy recommended config is correct 1`] = `
|
|
|
8443
8464
|
"sonarjs/generator-without-yield": [
|
|
8444
8465
|
"error",
|
|
8445
8466
|
],
|
|
8467
|
+
"sonarjs/hardcoded-secret-signatures": [
|
|
8468
|
+
"error",
|
|
8469
|
+
],
|
|
8446
8470
|
"sonarjs/hashing": [
|
|
8447
8471
|
"error",
|
|
8448
8472
|
],
|
|
@@ -8920,6 +8944,9 @@ exports[`validate config the legacy recommended config is correct 1`] = `
|
|
|
8920
8944
|
"sonarjs/regular-expr": [
|
|
8921
8945
|
"off",
|
|
8922
8946
|
],
|
|
8947
|
+
"sonarjs/review-blockchain-mnemonic": [
|
|
8948
|
+
"error",
|
|
8949
|
+
],
|
|
8923
8950
|
"sonarjs/session-regeneration": [
|
|
8924
8951
|
"error",
|
|
8925
8952
|
],
|
|
Binary file
|