Skip to content

Commit

Permalink
remove indent warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rommguy committed Feb 18, 2018
1 parent 4342c4a commit 87a14ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
],
"semi": 0,
"no-extra-parens": 0,
"no-throw-literal": 0
"no-throw-literal": 0,
"indent": 0
},
"env": {
"browser": true,
Expand Down

0 comments on commit 87a14ad

Please sign in to comment.