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
No related merge requests found
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
"no-var": "warn", "no-var": "warn",
"spaced-comment": "warn", "spaced-comment": "warn",
"no-undef": "off", "no-undef": "off",
"indent": ["error", "tab", { "SwitchCase": 1 }],
"no-unused-vars": ["error", {"args": "none"}], "no-unused-vars": ["error", {"args": "none"}],
"block-scoped-var": "error", "block-scoped-var": "error",
"dot-notation": "warn", "dot-notation": "warn",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment