Skip to content

Commit fff0bab

Browse files
committed
🔧 config(npm) update lint script
1 parent 370c2d1 commit fff0bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"scripts": {
5050
"changelog": "conventional-changelog -i CHANGELOG.md -s -n ./node_modules/git-commit-message-convention/convention.js",
51-
"lint": "eslint . --ignore-pattern \"!.*\"",
51+
"lint": "eslint lib scripts tests docs/.vuepress --ignore-pattern \"!.*\"",
5252
"release": "conventional-github-releaser -n ./node_modules/git-commit-message-convention/convention.js",
5353
"generate": "node scripts/update.js",
5454
"clean": "rimraf .nyc_output coverage docs/.vuepress/dist",

0 commit comments

Comments
 (0)