Skip to content
Snippets Groups Projects
Commit bce389d8 authored by Skriv's avatar Skriv
Browse files

indent tab, SwitchCase

parent 48575e53
No related branches found
No related tags found
1 merge request!6769New Eslint rule
......@@ -76,6 +76,7 @@
"no-var": "warn",
"spaced-comment": "warn",
"no-undef": "off",
"indent": ["error", "tab", { "SwitchCase": 1 }],
"no-unused-vars": ["error", {"args": "none"}],
"block-scoped-var": "error",
"dot-notation": "warn",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment