mirror of
https://github.com/coder/code-server.git
synced 2026-05-27 17:13:49 +02:00
Fix lint errors
This commit is contained in:
@@ -22,3 +22,9 @@ rules:
|
||||
# For overloads.
|
||||
no-dupe-class-members: off
|
||||
"@typescript-eslint/no-use-before-define": off
|
||||
|
||||
settings:
|
||||
# Does not work with CommonJS unfortunately.
|
||||
import/ignore:
|
||||
- env-paths
|
||||
- xdg-basedir
|
||||
|
||||
Reference in New Issue
Block a user