Sfoglia il codice sorgente

Update tslint recommendation

main
Eric Amodio 6 anni fa
parent
commit
c49e0788a4
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      .vscode/extensions.json

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

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

Caricamento…
Annulla
Salva