Skip to content

Commit a073162

Browse files
Added linting for test files and *.ts files
1 parent 302938d commit a073162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"dev": "node build/dev-server.js",
99
"build": "node build/build.js",
10-
"lint": "node lint.js -c .eslintrc.json --ext .js,.vue src/",
10+
"lint": "node lint.js -c .eslintrc.json --ext .js,.vue,.ts src/ test/",
1111
"unit": "karma start test/unit/karma.conf.js"
1212
},
1313
"dependencies": {

0 commit comments

Comments
 (0)