build
This commit is contained in:
parent
87acc3b562
commit
6cbf5172b8
4 changed files with 7 additions and 5 deletions
|
|
@ -22,7 +22,9 @@
|
|||
"useLiteralKeys": "off"
|
||||
},
|
||||
"correctness": {
|
||||
"noEmptyPattern": "off"
|
||||
"noEmptyPattern": "off",
|
||||
"noUnusedVariables": "error",
|
||||
"noUnusedImports": "error"
|
||||
},
|
||||
"performance": {
|
||||
"noAccumulatingSpread": "off"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue