Skip to content

Commit 4f16087

Browse files
committed
Resolve code-server from the root
This fixes the lint script but unfortunately breaks my editor.
1 parent 2b1b3e6 commit 4f16087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-plugin/.eslintrc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ settings:
22
import/resolver:
33
alias:
44
map:
5-
- [code-server, ../../typings/pluginapi.d.ts]
5+
- [code-server, ./typings/pluginapi.d.ts]

0 commit comments

Comments
 (0)