Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit 326074f

Browse files
committed
fix: add missing plugins
1 parent 5821a91 commit 326074f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-tslint-react/lib/tslint-config-react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module.exports = {
8989
parserOptions: {
9090
project: './tsconfig.json',
9191
},
92-
plugins: ['sort-keys-fix', 'validate-jsx-nesting', '@typescript-eslint'],
92+
plugins: ['import', 'react', 'sort-keys-fix', 'validate-jsx-nesting', '@typescript-eslint'],
9393
settings: {
9494
'import/resolver': {
9595
typescript: {

0 commit comments

Comments
 (0)