@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 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
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robot-inventor/eslint-config",
3
- "version": "8.0.0",
3
+ "version": "8.0.2",
4
4
  "description": "My ESLint config preset",
5
5
  "type": "commonjs",
6
6
  "files": [
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
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robot-inventor/eslint-config",
3
- "version": "8.0.0",
3
+ "version": "8.0.2",
4
4
  "description": "My ESLint config preset",
5
5
  "type": "module",
6
6
  "files": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robot-inventor/eslint-config",
3
- "version": "8.0.0",
3
+ "version": "8.0.2",
4
4
  "description": "My ESLint config preset",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",