tslint.json: allow no conditional assignment

This commit is contained in:
Eon S. Jeon 2018-11-11 23:30:42 +09:00
parent 4f5e171627
commit 8acef25988

View File

@ -7,6 +7,7 @@
"rules": {
"curly": false,
"max-classes-per-file": false,
"no-conditional-assignment": false,
"one-variable-per-declaration": false,
"prefer-for-of": false
},