eslint
This commit is contained in:
parent
fb1bf2b6e7
commit
51601e9972
@ -70,7 +70,10 @@
|
||||
"default-case": "error",
|
||||
"default-case-last": "error",
|
||||
"default-param-last": "error",
|
||||
"dot-location": "error",
|
||||
"dot-location": [
|
||||
"warn",
|
||||
"property"
|
||||
],
|
||||
"dot-notation": [
|
||||
"error",
|
||||
{
|
||||
@ -227,7 +230,7 @@
|
||||
"nonblock-statement-body-position": "error",
|
||||
"object-curly-newline": "error",
|
||||
"object-curly-spacing": "off",
|
||||
"object-property-newline": "error",
|
||||
// "object-property-newline": "error",
|
||||
"object-shorthand": "error",
|
||||
"one-var": "off",
|
||||
"one-var-declaration-per-line": "error",
|
||||
|
Loading…
Reference in New Issue
Block a user