We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370c2d1 commit fff0babCopy full SHA for fff0bab
package.json
@@ -48,7 +48,7 @@
48
},
49
"scripts": {
50
"changelog": "conventional-changelog -i CHANGELOG.md -s -n ./node_modules/git-commit-message-convention/convention.js",
51
- "lint": "eslint . --ignore-pattern \"!.*\"",
+ "lint": "eslint lib scripts tests docs/.vuepress --ignore-pattern \"!.*\"",
52
"release": "conventional-github-releaser -n ./node_modules/git-commit-message-convention/convention.js",
53
"generate": "node scripts/update.js",
54
"clean": "rimraf .nyc_output coverage docs/.vuepress/dist",
0 commit comments