Skip to content

Commit a954139

Browse files
committed
build: ignore all eslint warnings during build
1 parent 0dee3a7 commit a954139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc -b && vite build",
9-
"lint": "eslint .",
9+
"lint": "eslint . --max-warnings 999999",
1010
"preview": "vite preview",
1111
"predeploy": "npm run build",
1212
"deploy": "gh-pages -d dist"

0 commit comments

Comments
 (0)