Add max-warnigns=0 back to eslint check. This was accidentally dropped when moving from vue-cli-service
This commit is contained in:
parent
6f997cc990
commit
37e3d993f0
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"gv": "genversion src/version.js",
|
||||
"serve": "vite serve --mode development",
|
||||
"build": "vite build --mode production",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-pattern .gitignore",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-pattern .gitignore --max-warnings=0",
|
||||
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-pattern .gitignore"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue