1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-29 20:29:28 -05:00

Fix tslint.json

This commit is contained in:
Aya Morisawa 2017-04-14 19:52:27 +09:00
parent 9fe3e13b5b
commit 798d1610f0

View file

@ -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,