Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanay Parikh <TanayParikh@users.noreply.github.com>2022-01-03 21:02:06 +0300
committerGitHub <noreply@github.com>2022-01-03 21:02:06 +0300
commit6969db9c0d1f5a1fa61e34cfa1ae01b0066ba306 (patch)
treef9db9a228f904a90d57150a3fadee1fd88115f00 /.devcontainer
parent3c40d538497aafc9c0021e2c559e51e44afdfb65 (diff)
Migrate JSInterop to ESLint (#39162)
* Migrate JSInterop to ESLint * Update .js * Remove tslint.json * Fix spacing * PR Feedback * Update .devcontainer/devcontainer.json
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/devcontainer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index dadc22109a..7e204f410d 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -20,7 +20,8 @@
"extensions": [
"ms-dotnettools.csharp",
"EditorConfig.EditorConfig",
- "k--kato.docomment"
+ "k--kato.docomment",
+ "dbaeumer.vscode-eslint"
],
"settings": {
// Loading projects on demand is better for larger codebases