Commit 064c946
authored
chore: add
This ensures that:
- The ESLint config file used by VSCode is always the correct one and
that the working directory can always be identified. VSCode could
become confused if this project is checked out inside a folder named
`node_modules` and start complaining about unpublished files every
place we reference a relative file in a `require` call.
- The TypeScript version used by VSCode is the same as being used by the
project..vscode/settings.json file (#6967)1 parent 46c325b commit 064c946
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments