Skip to content

Commit

Permalink
Return eslint to spaces instead of tabs since most files use that alr…
Browse files Browse the repository at this point in the history
…eady
  • Loading branch information
svk31 committed Feb 1, 2017
1 parent 0f38684 commit efb38be
Show file tree
Hide file tree
Showing 3 changed files with 1,640 additions and 1,640 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -19,7 +19,7 @@
"rules": {
"no-unused-vars": ["error", { "vars": "all", "args": "after-used" }],
"comma-dangle": 0,
"indent": ["error", "tab", {SwitchCase: 1}],
"indent": ["error", 4, {SwitchCase: 1}],
"quotes": [2, "double", "avoid-escape"],
"semi": [2, "always"],
"camelcase": [0],
Expand Down

0 comments on commit efb38be

Please sign in to comment.