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 0e0a690 commit 8ab40a1Copy full SHA for 8ab40a1
.eslintignore
.husky/pre-commit
@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
+. "$(dirname "$0")/_/husky.sh"
3
+
4
+npm run lint
package.json
@@ -7,7 +7,8 @@
7
"scripts": {
8
"serve": "vue-cli-service serve",
9
"build": "vue-cli-service build --target lib --formats umd-min --name veprogress ./src/plugin.js",
10
- "lint": "vue-cli-service lint --fix",
+ "lint:fix": "vue-cli-service lint --fix",
11
+ "lint": "vue-cli-service lint",
12
"test": "vue-cli-service test:unit --colors",
13
"publish-beta": "npm run lint && npm run test && npm run build && npm publish --tag beta",
14
"changelog": "auto-changelog --template changelog-template.hbs",
0 commit comments