Skip to content

Commit

Permalink
💄 ESLint on VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
alefragnani committed Jul 27, 2020
1 parent a34cdde commit d142ceb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .vscode/extensions.json
@@ -0,0 +1,13 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"dbaeumer.vscode-eslint"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [

]
}
3 changes: 1 addition & 2 deletions .vscode/settings.json
Expand Up @@ -5,6 +5,5 @@
},
"search.exclude": {
"out": true
},
"tslint.enable": true
}
}

0 comments on commit d142ceb

Please sign in to comment.