@robot-inventor/eslint-config 8.0.0 → 8.0.2
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/cjs/index.js +1 -0
- package/dist/cjs/package.json +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/package.json +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -112,6 +112,7 @@ const eslintReactConfigBase = (0, typescript_eslint_1.config)({
|
|
|
112
112
|
files: ["**/*.tsx"],
|
|
113
113
|
...eslint_plugin_react_1.default.configs.flat["recommended"],
|
|
114
114
|
plugins: {
|
|
115
|
+
...eslint_plugin_react_1.default.configs.flat["recommended"]?.plugins,
|
|
115
116
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
|
116
117
|
"react-compiler": eslint_plugin_react_compiler_1.default
|
|
117
118
|
},
|
package/dist/cjs/package.json
CHANGED
package/dist/esm/index.js
CHANGED
|
@@ -104,6 +104,7 @@ const eslintReactConfigBase = config({
|
|
|
104
104
|
files: ["**/*.tsx"],
|
|
105
105
|
...react.configs.flat["recommended"],
|
|
106
106
|
plugins: {
|
|
107
|
+
...react.configs.flat["recommended"]?.plugins,
|
|
107
108
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
|
108
109
|
"react-compiler": reactCompiler
|
|
109
110
|
},
|
package/dist/esm/package.json
CHANGED