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