0
0
Fork 0

Enable the eslint react/no-unknown-property rule (#28217)

This commit is contained in:
Matt Jankowski 2023-12-06 08:42:12 -05:00 committed by GitHub
parent 42afd30324
commit ee83d5c760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 9 deletions

View file

@ -120,7 +120,6 @@ module.exports = defineConfig({
'react/jsx-uses-react': 'off', // not needed with new JSX transform
'react/jsx-wrap-multilines': 'error',
'react/no-deprecated': 'off',
'react/no-unknown-property': 'off',
'react/react-in-jsx-scope': 'off', // not needed with new JSX transform
'react/self-closing-comp': 'error',