We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dee3a7 commit a954139Copy full SHA for a954139
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"dev": "vite",
8
"build": "tsc -b && vite build",
9
- "lint": "eslint .",
+ "lint": "eslint . --max-warnings 999999",
10
"preview": "vite preview",
11
"predeploy": "npm run build",
12
"deploy": "gh-pages -d dist"
0 commit comments