Skip to content

Commit

Permalink
eslintrc: indent is making eslint crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Aug 17, 2017
1 parent a47d680 commit 846aae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"null": "ignore"
}],
"func-name-matching": "error",
"indent": ["error", 2, {
"indent": ["off", 2, {
"SwitchCase": 1,
"CallExpression": {
"arguments": "off"
Expand Down

0 comments on commit 846aae9

Please sign in to comment.