eslintrc: indent is making eslint crash.
This commit is contained in:
parent
a47d68024a
commit
846aae9f98
@ -26,7 +26,7 @@
|
||||
"null": "ignore"
|
||||
}],
|
||||
"func-name-matching": "error",
|
||||
"indent": ["error", 2, {
|
||||
"indent": ["off", 2, {
|
||||
"SwitchCase": 1,
|
||||
"CallExpression": {
|
||||
"arguments": "off"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user