Browse Source

Update tslint recommendation

main
Eric Amodio 6 years ago
parent
commit
c49e0788a4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .vscode/extensions.json

+ 2
- 2
.vscode/extensions.json View File

@ -3,9 +3,9 @@
// for the documentation about the extensions.json format // for the documentation about the extensions.json format
"recommendations": [ "recommendations": [
"eamodio.tsl-problem-matcher", "eamodio.tsl-problem-matcher",
"eg2.tslint",
"esbenp.prettier-vscode", "esbenp.prettier-vscode",
"msjsdiag.debugger-for-chrome", "msjsdiag.debugger-for-chrome",
"ms-vscode.typescript-javascript-grammar"
"ms-vscode.typescript-javascript-grammar",
"ms-vscode.vscode-typescript-tslint-plugin"
] ]
} }

Loading…
Cancel
Save