fix .eslintrc
This commit is contained in:
parent
66de4a59d0
commit
4bd55b67b6
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
"comma-dangle": "off",
|
"comma-dangle": "off",
|
||||||
"consistent-return": "off",
|
"consistent-return": "off",
|
||||||
"default-case": "off",
|
"default-case": "off",
|
||||||
|
"dot-location": ["error", "property"],
|
||||||
"function-paren-newline": "off",
|
"function-paren-newline": "off",
|
||||||
"id-length": "off",
|
"id-length": "off",
|
||||||
"indent": ["error", 2],
|
"indent": ["error", 2],
|
||||||
|
|
Reference in a new issue