Add max-warnigns=0 back to eslint check. This was accidentally dropped when moving from vue-cli-service

This commit is contained in:
Julian Stirling 2026-02-18 23:51:27 +00:00
parent 6f997cc990
commit 37e3d993f0
2 changed files with 2 additions and 2 deletions

View file

@ -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": {

View file

@ -11,9 +11,9 @@
action="calibrate_xy"
:submit-label="'Auto-Calibrate Using Camera'"
:modal-progress="true"
:stream-with-modal="true"
@response="onRecalibrateResponse"
@error="modalError"
:streamWithModal="true"
/>
</div>
<button