Enforce new rules, including no-switch-case-fall-through

This commit is contained in:
Fabio Berger
2018-05-16 14:58:28 +02:00
parent 45fa26dc6c
commit fec6ac3ff0

View File

@@ -5,7 +5,10 @@
"arrow-parens": [true, "ban-single-arg-parens"],
"arrow-return-shorthand": true,
"async-suffix": true,
"boolean-naming": true,
"no-switch-case-fall-through": true,
"await-promise": true,
"custom-no-magic-numbers": [true, 0, 1, 2, 3, -1],
"binary-expression-operand-order": true,
"callable-types": true,
"class-name": true,