mirror of https://git.tuxpa.in/a/code-server.git
fix: add no-extra-semi off to eslint config
This commit is contained in:
parent
b04104cafe
commit
f09ebc06e9
|
@ -29,6 +29,7 @@ rules:
|
|||
"@typescript-eslint/no-var-requires": off
|
||||
"@typescript-eslint/explicit-module-boundary-types": off
|
||||
"@typescript-eslint/no-explicit-any": off
|
||||
"@typescript-eslint/no-extra-semi": off
|
||||
eqeqeq: error
|
||||
import/order:
|
||||
[error, { alphabetize: { order: "asc" }, groups: [["builtin", "external", "internal"], "parent", "sibling"] }]
|
||||
|
|
Loading…
Reference in New Issue