"noUselessFragments":"off"
This commit is contained in:
parent
a4be29ad2a
commit
0dc2d7a0df
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@
|
||||||
"noBannedTypes": "off",
|
"noBannedTypes": "off",
|
||||||
"useLiteralKeys": "off",
|
"useLiteralKeys": "off",
|
||||||
"useArrowFunction": "warn",
|
"useArrowFunction": "warn",
|
||||||
"useDateNow": "off"
|
"useDateNow": "off",
|
||||||
|
"noUselessFragments":"off"
|
||||||
},
|
},
|
||||||
"performance": {
|
"performance": {
|
||||||
"noAccumulatingSpread": "warn"
|
"noAccumulatingSpread": "warn"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue