mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-18 20:21:07 +00:00
Autofix for eslint errors
This commit is contained in:
parent
f51124d27e
commit
9138fe2bc3
2 changed files with 2 additions and 2 deletions
|
|
@ -81,6 +81,7 @@ module.exports = {
|
|||
]
|
||||
},
|
||||
eslint: {
|
||||
fix: true,
|
||||
formatter: require('eslint-friendly-formatter')
|
||||
},
|
||||
vue: {
|
||||
|
|
|
|||
|
|
@ -11,8 +11,7 @@
|
|||
"scripts": {
|
||||
"dev": "node build/dev-server.js",
|
||||
"build": "node build/build.js",
|
||||
"test": "",
|
||||
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
|
||||
"lint": "eslint --ext .js,.vue --fix src"
|
||||
},
|
||||
"dependencies": {
|
||||
"autosize": "^3.0.17",
|
||||
|
|
|
|||
Loading…
Reference in a new issue