Skip to content

Commit 8ab40a1

Browse files
committed
chore: minor configuration improvements
1 parent 0e0a690 commit 8ab40a1

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.eslintignore

Whitespace-only changes.

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npm run lint

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"scripts": {
88
"serve": "vue-cli-service serve",
99
"build": "vue-cli-service build --target lib --formats umd-min --name veprogress ./src/plugin.js",
10-
"lint": "vue-cli-service lint --fix",
10+
"lint:fix": "vue-cli-service lint --fix",
11+
"lint": "vue-cli-service lint",
1112
"test": "vue-cli-service test:unit --colors",
1213
"publish-beta": "npm run lint && npm run test && npm run build && npm publish --tag beta",
1314
"changelog": "auto-changelog --template changelog-template.hbs",

0 commit comments

Comments
 (0)