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",
|
"gv": "genversion src/version.js",
|
||||||
"serve": "vite serve --mode development",
|
"serve": "vite serve --mode development",
|
||||||
"build": "vite build --mode production",
|
"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"
|
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-pattern .gitignore"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -11,9 +11,9 @@
|
||||||
action="calibrate_xy"
|
action="calibrate_xy"
|
||||||
:submit-label="'Auto-Calibrate Using Camera'"
|
:submit-label="'Auto-Calibrate Using Camera'"
|
||||||
:modal-progress="true"
|
:modal-progress="true"
|
||||||
|
:stream-with-modal="true"
|
||||||
@response="onRecalibrateResponse"
|
@response="onRecalibrateResponse"
|
||||||
@error="modalError"
|
@error="modalError"
|
||||||
:streamWithModal="true"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<button
|
<button
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue