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 a01f0a4 commit 123839bCopy full SHA for 123839b
package.json
@@ -20,7 +20,7 @@
20
"view-info": "yarn tsc && yarn workspace docs view-info",
21
"show-help": "yarn workspace docs show-help",
22
"register-vuepress": "lerna exec --scope vuepress -- yarn link",
23
- "lint": "eslint packages --fix --ext .js,.vue",
+ "lint": "yarn lint:check --fix",
24
"lint:check": "eslint packages --ext .js,.vue",
25
"release": "yarn --pure-lockfile && yarn tsc && node scripts/release.js",
26
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2",
0 commit comments