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