mirror of
https://github.com/coder/code-server.git
synced 2026-05-28 01:23:50 +02:00
Add code-server alias to eslint
This commit is contained in:
@@ -35,7 +35,7 @@ rules:
|
||||
[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", "code-server"] }]
|
||||
import/no-unresolved: [error, { ignore: ["express-serve-static-core"] }]
|
||||
|
||||
settings:
|
||||
# Does not work with CommonJS unfortunately.
|
||||
|
||||
Reference in New Issue
Block a user