fix .eslintrc
This commit is contained in:
parent
9df61e0451
commit
e82581605c
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
"default-case": "off",
|
"default-case": "off",
|
||||||
"id-length": "off",
|
"id-length": "off",
|
||||||
"indent": ["error", 2],
|
"indent": ["error", 2],
|
||||||
|
"function-paren-newline": "off",
|
||||||
"max-statements": ["error", 15],
|
"max-statements": ["error", 15],
|
||||||
"multiline-ternary": "off",
|
"multiline-ternary": "off",
|
||||||
"newline-after-var": "off",
|
"newline-after-var": "off",
|
||||||
|
|
Reference in a new issue