@mikey-pro/eslint-config-react 10.3.1 → 10.3.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 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -170,7 +170,6 @@ const reactConfig = {
170
170
  shorthandFirst: true,
171
171
  },
172
172
  ],
173
- 'react/display-name': 'off', // Crashes on ESLint 10 (getFilename removed)
174
173
  'react/no-array-index-key': 'warn',
175
174
  'react/no-danger': 'warn',
176
175
  'react/no-deprecated': 'error',
@@ -223,7 +222,7 @@ const reactConfig = {
223
222
  node: { extensions: ['.js', '.jsx', '.ts', '.tsx', '.mjs', '.cjs'] },
224
223
  },
225
224
  react: {
226
- version: 'detect',
225
+ version: '19',
227
226
  },
228
227
  },
229
228
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config-react",
3
- "version": "10.3.1",
3
+ "version": "10.3.2",
4
4
  "description": "Mikey Pro ESLint React configuration - Ultimate React coding style guide",
5
5
  "type": "module",
6
6
  "main": "index.js",