fix(style): enforcing "better" indentation for switch..case

v1.18.x
Julian Lam 5 years ago committed by GitHub
parent 75b3a81dad
commit d135b6f763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@
"consistent-return": "off",
"func-names": "off",
"no-tabs": "off",
"indent": ["error", "tab"],
"indent": ["error", "tab", { "SwitchCase": 1 }],
"no-eq-null": "off",
"camelcase": "off",
"no-new": "off",

Loading…
Cancel
Save