Update tslint rules

This commit is contained in:
Guangcong Luo 2019-02-18 23:58:31 -06:00
parent f83a686073
commit 13a2e2394e

View File

@ -30,6 +30,8 @@
// they look weird in `new class {...}`
"new-parens": false,
"no-bitwise": false,
"no-console": false,
"only-arrow-functions": false,
"prefer-conditional-expression": false,
"no-shadowed-variable": [true, {"temporalDeadZone": false}],
"no-switch-case-fall-through": true,
@ -52,4 +54,4 @@
"space-before-function-paren": [true, {"anonymous": "always", "named": "never", "asyncArrow": "always"}]
},
"rulesDirectory": []
}
}