Skip to content

Commit 1b94fee

Browse files
committed
workflow: fix wrong usage of eslint
1 parent d29e1b1 commit 1b94fee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
**/node_modules
12
packages/@vuepress/shared-utils/lib

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dev:blog": "yarn workspace blog dev",
1717
"build:blog": "yarn workspace blog build",
1818
"register-vuepress": "lerna exec --scope vuepress -- yarn link",
19-
"lint": "eslint --fix packages/**/*.js packages/**/*.vue packages/**/bin/*",
19+
"lint": "eslint packages --fix --ext .js,.vue",
2020
"release": "yarn --pure-lockfile && yarn tsc && node scripts/release.js",
2121
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
2222
"test": "node scripts/test.js",

0 commit comments

Comments
 (0)