Spaces:
Running
Running
Update eslint.config.js
Browse files- eslint.config.js +1 -1
eslint.config.js
CHANGED
|
@@ -17,7 +17,7 @@ export default [
|
|
| 17 |
sourceType: 'module',
|
| 18 |
},
|
| 19 |
},
|
| 20 |
-
settings: { react: { version: '
|
| 21 |
plugins: {
|
| 22 |
react,
|
| 23 |
'react-hooks': reactHooks,
|
|
|
|
| 17 |
sourceType: 'module',
|
| 18 |
},
|
| 19 |
},
|
| 20 |
+
settings: { react: { version: '19.1.1' } },
|
| 21 |
plugins: {
|
| 22 |
react,
|
| 23 |
'react-hooks': reactHooks,
|