Skip to content

Commit 4ff60dc

Browse files
committed
wip
1 parent 1aab0b9 commit 4ff60dc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.vscode/tasks.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"type": "npm",
6+
"script": "lint:js",
7+
"problemMatcher": [
8+
"$eslint-stylish"
9+
],
10+
"label": "npm: lint:js"
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)