mirror of
https://github.com/coder/code-server.git
synced 2026-05-11 06:47:25 +02:00
refactor: globalSetup and create cookie manually
This commit is contained in:
@@ -35,13 +35,7 @@ rules:
|
||||
"@typescript-eslint/no-extra-semi": off
|
||||
eqeqeq: error
|
||||
import/order:
|
||||
[
|
||||
error,
|
||||
{
|
||||
alphabetize: { order: "asc" },
|
||||
groups: [["builtin", "external", "internal"], "parent", "sibling"],
|
||||
},
|
||||
]
|
||||
[error, { alphabetize: { order: "asc" }, groups: [["builtin", "external", "internal"], "parent", "sibling"] }]
|
||||
no-async-promise-executor: off
|
||||
# This isn't a real module, just types, which apparently doesn't resolve.
|
||||
import/no-unresolved: [error, { ignore: ["express-serve-static-core"] }]
|
||||
|
||||
Reference in New Issue
Block a user