@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.
- package/index.js +1 -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: '
|
|
225
|
+
version: '19',
|
|
227
226
|
},
|
|
228
227
|
},
|
|
229
228
|
};
|