@mikey-pro/eslint-config-react 10.0.1 → 10.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -222,7 +222,7 @@ const reactConfig = {
222
222
  node: { extensions: ['.js', '.jsx', '.ts', '.tsx', '.mjs', '.cjs'] },
223
223
  },
224
224
  react: {
225
- version: 'detect',
225
+ version: '18',
226
226
  },
227
227
  },
228
228
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config-react",
3
- "version": "10.0.1",
3
+ "version": "10.0.2",
4
4
  "description": "Mikey Pro ESLint React configuration - Ultimate React coding style guide",
5
5
  "type": "module",
6
6
  "main": "index.js",