mirror of
https://github.com/coder/code-server.git
synced 2026-05-27 17:13:49 +02:00
Enforce import order
This commit is contained in:
@@ -24,6 +24,8 @@ rules:
|
||||
"@typescript-eslint/no-use-before-define": off
|
||||
"@typescript-eslint/no-non-null-assertion": off
|
||||
eqeqeq: error
|
||||
import/order:
|
||||
[error, { alphabetize: { order: "asc" }, groups: [["builtin", "external", "internal"], "parent", "sibling"] }]
|
||||
|
||||
settings:
|
||||
# Does not work with CommonJS unfortunately.
|
||||
|
||||
Reference in New Issue
Block a user