Update .eslintrc
This commit is contained in:
parent
9db15b77ce
commit
ad447e8cc1
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
"default-case": "off",
|
"default-case": "off",
|
||||||
"dot-location": ["error", "property"],
|
"dot-location": ["error", "property"],
|
||||||
"function-paren-newline": "off",
|
"function-paren-newline": "off",
|
||||||
|
"function-call-argument-newline": ["error", "consistent"],
|
||||||
"id-length": "off",
|
"id-length": "off",
|
||||||
"indent": ["error", 2],
|
"indent": ["error", 2],
|
||||||
"init-declarations": "off",
|
"init-declarations": "off",
|
||||||
|
|
Reference in a new issue