Skip to content

Commit

Permalink
fix: add missing plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefORZ committed May 1, 2024
1 parent 5821a91 commit 326074f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module.exports = {
parserOptions: {
project: './tsconfig.json',
},
plugins: ['sort-keys-fix', 'validate-jsx-nesting', '@typescript-eslint'],
plugins: ['import', 'react', 'sort-keys-fix', 'validate-jsx-nesting', '@typescript-eslint'],
settings: {
'import/resolver': {
typescript: {
Expand Down

0 comments on commit 326074f

Please sign in to comment.