Commit 1b93eb2
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 7635056 commit 1b93eb2
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