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

Commit

Permalink
fix not running lint
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Oct 16, 2017
1 parent 316669d commit a00a88a
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": "dist/{{name}}.min.js",
"license": "MIT",
"scripts": {
"lint": "eslint src",
"lint": "eslint src/**/*.vue",
"build": "poi build --format cjs",
"build:umd": "poi build --format umd",
"build:doc": "vue-styleguidist build",
Expand Down

0 comments on commit a00a88a

Please sign in to comment.