@geops/eslint-config-react 1.5.0-beta.6 → 1.5.0-beta.7
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/README.md +3 -0
- package/flat/index.mjs +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
package/flat/index.mjs
CHANGED
|
@@ -9,6 +9,7 @@ import pluginCypress from "eslint-plugin-cypress/flat";
|
|
|
9
9
|
import globals from "globals";
|
|
10
10
|
import reactHooks from "eslint-plugin-react-hooks";
|
|
11
11
|
import rules from "./rules.mjs";
|
|
12
|
+
import reactCompiler from "eslint-plugin-react-compiler";
|
|
12
13
|
|
|
13
14
|
export default [
|
|
14
15
|
{
|
|
@@ -37,6 +38,7 @@ export default [
|
|
|
37
38
|
react.configs.flat.recommended,
|
|
38
39
|
react.configs.flat["jsx-runtime"], // Avoid having the React-in-jsx-scope rule activated
|
|
39
40
|
reactHooks.configs["recommended-latest"],
|
|
41
|
+
reactCompiler.configs.recommended,
|
|
40
42
|
jsxA11y.flatConfigs.recommended,
|
|
41
43
|
perfectionist.configs["recommended-alphabetical"],
|
|
42
44
|
prettier,
|