fix 3
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
"error",
|
||||
"$this"
|
||||
],
|
||||
"eol-last": "error",
|
||||
"eol-last": "warn",
|
||||
"func-names": "error",
|
||||
"func-name-matching": "error",
|
||||
"func-style": [
|
||||
@@ -203,7 +203,7 @@
|
||||
],
|
||||
"no-new-object": "error",
|
||||
"no-spaced-func": "error",
|
||||
"no-trailing-spaces": "error",
|
||||
"no-trailing-spaces": "warn",
|
||||
"no-unneeded-ternary": "error",
|
||||
"no-whitespace-before-property": "error",
|
||||
"nonblock-statement-body-position": "error",
|
||||
@@ -285,6 +285,6 @@
|
||||
"message": "Import setImmediate from `node:timers` instead"
|
||||
}
|
||||
],
|
||||
"linebreak-style": 0
|
||||
"linebreak-style": "off"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user