specify react version

This commit is contained in:
hobbes7878 2024-08-20 21:16:35 +01:00
parent 17f705d167
commit b1279efa0f

View file

@ -12,6 +12,7 @@ export default [
...svelte,
reactPlugin.configs.flat.recommended,
{
settings: { react: { version: '18.2' } },
rules: {
'react/prop-types': [
'error',