mirror of
https://github.com/Bismuth-Forge/bismuth.git
synced 2024-11-05 00:54:24 +03:00
tslint.json: allow no conditional assignment
This commit is contained in:
parent
4f5e171627
commit
8acef25988
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user