@geops/eslint-config-react 1.5.0-beta.10 → 1.5.0-beta.11
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/flat/index.mjs +2 -2
- package/package.json +1 -2
package/flat/index.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import reactHooks from "eslint-plugin-react-hooks";
|
|
|
10
10
|
import globals from "globals";
|
|
11
11
|
import tseslint from "typescript-eslint";
|
|
12
12
|
|
|
13
|
-
import rules from "../rules.json";
|
|
13
|
+
import rules from "../rules.json" with { type: "json" };
|
|
14
14
|
|
|
15
15
|
export default tseslint.config(
|
|
16
16
|
eslint.configs.recommended,
|
|
@@ -43,5 +43,5 @@ export default tseslint.config(
|
|
|
43
43
|
settings: {
|
|
44
44
|
react: { version: "detect" },
|
|
45
45
|
},
|
|
46
|
-
}
|
|
46
|
+
}
|
|
47
47
|
);
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geops/eslint-config-react",
|
|
3
|
-
"version": "1.5.0-beta.
|
|
3
|
+
"version": "1.5.0-beta.11",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"eslint-config-prettier": "^10.1.2",
|
|
6
6
|
"eslint-plugin-cypress": "^4.3.0",
|
|
7
|
-
"eslint-plugin-jest": "^28.11.0",
|
|
8
7
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
9
8
|
"eslint-plugin-mocha": "^11.0.0",
|
|
10
9
|
"eslint-plugin-perfectionist": "^4.12.3",
|