fix: turn off react-in-jsx-scope rule (#317)

This commit is contained in:
Dan Orlando 2023-05-18 12:12:19 -07:00 committed by GitHub
parent a17b878617
commit 47533736e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 50 additions and 50 deletions

View file

@ -22,6 +22,7 @@ module.exports = {
},
plugins: ['react', 'react-hooks', '@typescript-eslint'],
rules: {
'react/react-in-jsx-scope': 'off',
'@typescript-eslint/ban-ts-comment': ['error', { 'ts-ignore': 'allow-with-description' }],
indent: ['error', 2, { SwitchCase: 1 }],
'max-len': [