Skip to content

Commit

Permalink
Added ESLint task for VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
jawj committed Oct 7, 2020
1 parent 2be5b56 commit 971cd3e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "lint",
"problemMatcher": [
"$eslint-stylish"
],
"label": "npm: lint",
"detail": "eslint --ext .ts ."
}
]
}

0 comments on commit 971cd3e

Please sign in to comment.