eslintrc: indent is making eslint crash.

This commit is contained in:
Christopher Jeffrey 2017-08-17 10:03:36 -07:00
parent a47d68024a
commit 846aae9f98
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -26,7 +26,7 @@
"null": "ignore"
}],
"func-name-matching": "error",
"indent": ["error", 2, {
"indent": ["off", 2, {
"SwitchCase": 1,
"CallExpression": {
"arguments": "off"