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

Commit

Permalink
fix eslint directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Walker Leite committed Sep 12, 2017
1 parent 7ee04c4 commit ff8ce27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "src/{{ name }}.js",
"license": "MIT",
"scripts": {
"lint": "eslint .",
"lint": "eslint src",
"build": "vue build ./src/index.js --config ./build.config.js --dist ./dist/ --prod --lib",
"build:doc": "vue-styleguidist build",
"serve": "vue-styleguidist server"
Expand Down

0 comments on commit ff8ce27

Please sign in to comment.