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 a6e6b39 commit f03f3a6Copy full SHA for f03f3a6
README.md
@@ -125,6 +125,9 @@ npm run dev
125
126
# test
127
npm test
128
+
129
+# lint
130
+npm lint
131
```
132
133
## Licence
package.json
@@ -10,7 +10,8 @@
10
"scripts": {
11
"dev": "webpack-dev-server --inline --hot --quiet --port=8000",
12
"build": "rm -rf build/ && NODE_ENV=production webpack --progress --hide-modules",
13
- "test": "karma start --single-run"
+ "test": "karma start --single-run",
14
+ "lint": "eslint ./src/**/*.vue ./src/**/*.js"
15
},
16
"keywords": [
17
"vue",
0 commit comments