Enable react/no-deprecated

This commit is contained in:
Nick Schonning 2024-02-27 23:25:30 -05:00
parent abfbf1ea7f
commit 581b8edb40
No known key found for this signature in database
GPG Key ID: 5DDAAD9C9AAFFD9F
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ module.exports = defineConfig({
'react/jsx-no-useless-fragment': 'error',
'react/jsx-no-target-blank': 'off',
'react/jsx-uses-react': 'off', // not needed with new JSX transform
'react/no-deprecated': 'off',
'react/react-in-jsx-scope': 'off', // not needed with new JSX transform
'react/self-closing-comp': 'error',