mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build(eslint): react un-used-vars
This commit is contained in:
parent
24ea03beb0
commit
39ff5f2aa0
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
"no-unused-vars": "warn",
|
||||
"constructor-super": "warn",
|
||||
"react/jsx-uses-vars": 1,
|
||||
"react/jsx-uses-react": 1,
|
||||
"valid-typeof": "warn",
|
||||
"babel/new-cap": 1,
|
||||
"babel/no-invalid-this": 1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue