mirror of
https://github.com/coder/code-server.git
synced 2026-05-26 23:19:34 +00:00
Fix loading within the CLI (#27)
* Fix loading within the CLI * Remove app * Remove promise handle * Fix requested changes
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"class-name": true,
|
||||
"eofline": true,
|
||||
"import-spacing": true,
|
||||
"no-angle-bracket-type-assertion": true,
|
||||
"no-angle-bracket-type-assertion": false,
|
||||
"no-bitwise": false,
|
||||
"no-any": true,
|
||||
"newline-before-return": true,
|
||||
|
||||
Reference in New Issue
Block a user