diff --git a/eslint.config.js b/eslint.config.js index 2d8cbe06..ae2238e8 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -12,6 +12,7 @@ export default [ ...svelte, reactPlugin.configs.flat.recommended, { + settings: { react: { version: '18.2' } }, rules: { 'react/prop-types': [ 'error',