Skip to content
This repository was archived by the owner on Apr 1, 2019. It is now read-only.

Commit a00a88a

Browse files
committed
fix not running lint
1 parent 316669d commit a00a88a

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
@@ -6,7 +6,7 @@
66
"main": "dist/{{name}}.min.js",
77
"license": "MIT",
88
"scripts": {
9-
"lint": "eslint src",
9+
"lint": "eslint src/**/*.vue",
1010
"build": "poi build --format cjs",
1111
"build:umd": "poi build --format umd",
1212
"build:doc": "vue-styleguidist build",

0 commit comments

Comments
 (0)