Merge branch 'fail-on-eslint-warnings' into 'v3'

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

See merge request openflexure/openflexure-microscope-server!495
This commit is contained in:
Joe Knapper 2026-02-19 10:40:56 +00:00
commit cf9a222a61
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