mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
Fix tslint.json
This commit is contained in:
parent
c0dab38109
commit
3091c9a52e
1 changed files with 1 additions and 2 deletions
|
@ -69,8 +69,7 @@
|
|||
"no-switch-case-fall-through": true,
|
||||
"no-unsafe-finally": true,
|
||||
"no-unused-expression": true,
|
||||
"no-unused-new": true,
|
||||
"no-use-before-declare": true,
|
||||
"no-use-before-declare": false,
|
||||
"no-var-keyword": true,
|
||||
"radix": true,
|
||||
"restrict-plus-operands": false,
|
||||
|
|
Loading…
Reference in a new issue