@open-turo/eslint-config-react 15.0.0-pr-320.7.1.1 → 15.0.0-pr-320.9.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/.github/renovate.json +2 -2
- package/.nvmrc +1 -1
- package/.pre-commit-config.yaml +1 -1
- package/index.cjs +1 -0
- package/pack/open-turo-eslint-config-react-15.0.0-pr-320.9.1.1.tgz +0 -0
- package/package.json +3 -3
- package/recommended.cjs +1 -0
- package/test/__snapshots__/test.spec.js.snap +4 -1
- package/pack/open-turo-eslint-config-react-15.0.0-pr-320.7.1.1.tgz +0 -0
package/.github/renovate.json
CHANGED
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
22.
|
|
1
|
+
22.15.0
|
package/.pre-commit-config.yaml
CHANGED
package/index.cjs
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"description": "Turo eslint configuration for react",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@open-turo/eslint-config-typescript": "16.0.0
|
|
6
|
+
"@open-turo/eslint-config-typescript": "16.0.0",
|
|
7
7
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
8
8
|
"eslint-plugin-react": "7.37.5",
|
|
9
|
-
"eslint-plugin-react-compiler": "19.0.0-beta-
|
|
9
|
+
"eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
|
|
10
10
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
11
11
|
"globals": "15.15.0",
|
|
12
12
|
"typescript-eslint": "8.23.0"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"access": "public"
|
|
50
50
|
},
|
|
51
51
|
"repository": "https://github.com/open-turo/eslint-config-react",
|
|
52
|
-
"version": "15.0.0-pr-320.
|
|
52
|
+
"version": "15.0.0-pr-320.9.1.1"
|
|
53
53
|
}
|
package/recommended.cjs
CHANGED
|
@@ -2810,6 +2810,7 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
|
|
|
2810
2810
|
"prop": false,
|
|
2811
2811
|
"props": false,
|
|
2812
2812
|
"ref": false,
|
|
2813
|
+
"rel": false,
|
|
2813
2814
|
"src": false,
|
|
2814
2815
|
},
|
|
2815
2816
|
},
|
|
@@ -5793,6 +5794,7 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
|
|
|
5793
5794
|
"prop": false,
|
|
5794
5795
|
"props": false,
|
|
5795
5796
|
"ref": false,
|
|
5797
|
+
"rel": false,
|
|
5796
5798
|
"src": false,
|
|
5797
5799
|
},
|
|
5798
5800
|
},
|
|
@@ -7606,7 +7608,7 @@ exports[`validate config the legacy recommended config is correct 1`] = `
|
|
|
7606
7608
|
"off",
|
|
7607
7609
|
],
|
|
7608
7610
|
"no-with": [
|
|
7609
|
-
"
|
|
7611
|
+
"error",
|
|
7610
7612
|
],
|
|
7611
7613
|
"no-wrap-func": [
|
|
7612
7614
|
"off",
|
|
@@ -9198,6 +9200,7 @@ exports[`validate config the legacy recommended config is correct 1`] = `
|
|
|
9198
9200
|
"prop": false,
|
|
9199
9201
|
"props": false,
|
|
9200
9202
|
"ref": false,
|
|
9203
|
+
"rel": false,
|
|
9201
9204
|
"src": false,
|
|
9202
9205
|
},
|
|
9203
9206
|
},
|
|
Binary file
|