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

Commit ff8ce27

Browse files
author
Walker Leite
committed
fix eslint directory
1 parent 7ee04c4 commit ff8ce27

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": "src/{{ name }}.js",
77
"license": "MIT",
88
"scripts": {
9-
"lint": "eslint .",
9+
"lint": "eslint src",
1010
"build": "vue build ./src/index.js --config ./build.config.js --dist ./dist/ --prod --lib",
1111
"build:doc": "vue-styleguidist build",
1212
"serve": "vue-styleguidist server"

0 commit comments

Comments
 (0)