Skip to content

Commit 911dfb8

Browse files
authored
Merge pull request #151 from ut-code/setup-eslint-vscode
Setup working directories of ESLint
2 parents bb2fe03 + 8df7732 commit 911dfb8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"typescript.tsdk": "learn/node_modules/typescript/lib",
44
"[python]": {
55
"editor.defaultFormatter": "ms-python.black-formatter"
6-
}
6+
},
7+
"eslint.workingDirectories": ["learn", "translate"]
78
}

0 commit comments

Comments
 (0)