@robot-inventor/eslint-config 10.0.0 → 10.0.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/dist/index.js +0 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4,7 +4,6 @@ import eslintConfigPrettier from "eslint-config-prettier";
|
|
|
4
4
|
import importX from "eslint-plugin-import-x";
|
|
5
5
|
import jsdoc from "eslint-plugin-jsdoc";
|
|
6
6
|
import react from "eslint-plugin-react";
|
|
7
|
-
// @ts-expect-error `eslint-plugin-react-compiler` doesn't have type definitions.
|
|
8
7
|
// eslint-disable-next-line import-x/max-dependencies
|
|
9
8
|
import reactCompiler from "eslint-plugin-react-compiler";
|
|
10
9
|
const eslintRules = {
|
|
@@ -104,7 +103,6 @@ const eslintReactConfigBase = config({
|
|
|
104
103
|
...react.configs.flat["recommended"],
|
|
105
104
|
plugins: {
|
|
106
105
|
...react.configs.flat["recommended"]?.plugins,
|
|
107
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
|
108
106
|
"react-compiler": reactCompiler
|
|
109
107
|
},
|
|
110
108
|
rules: {
|