Add linting for react hooks
This commit is contained in:
parent
95aea61523
commit
84ec047111
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ const tsSpecBase = {
|
|||
'eslint:recommended',
|
||||
'plugin:@typescript-eslint/recommended',
|
||||
'plugin:jest/all',
|
||||
'plugin:react-hooks/recommended',
|
||||
],
|
||||
rules: {
|
||||
"jest/lowercase-name": ["error", { "ignore": ["describe"] }],
|
||||
|
|
Loading…
Reference in a new issue