Skip to content

Commit

Permalink
workflow: fix wrong usage of eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Dec 13, 2018
1 parent d29e1b1 commit 1b94fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**/node_modules
packages/@vuepress/shared-utils/lib
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dev:blog": "yarn workspace blog dev",
"build:blog": "yarn workspace blog build",
"register-vuepress": "lerna exec --scope vuepress -- yarn link",
"lint": "eslint --fix packages/**/*.js packages/**/*.vue packages/**/bin/*",
"lint": "eslint packages --fix --ext .js,.vue",
"release": "yarn --pure-lockfile && yarn tsc && node scripts/release.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"test": "node scripts/test.js",
Expand Down

0 comments on commit 1b94fee

Please sign in to comment.