fix: eslint errors and warnings (#8149)

This commit is contained in:
sriram veeraghanta
2025-11-20 19:31:22 +05:30
committed by GitHub
parent 83fdebf64d
commit 8307badae5
137 changed files with 97 additions and 216 deletions

View File

@@ -10,7 +10,7 @@
"preview": "react-router build && serve -s build/client -l 3000",
"start": "serve -s build/client -l 3000",
"clean": "rm -rf .turbo && rm -rf .next && rm -rf .react-router && rm -rf node_modules && rm -rf dist && rm -rf build",
"check:lint": "eslint . --max-warnings 821",
"check:lint": "eslint . --max-warnings 934",
"check:types": "react-router typegen && tsc --noEmit",
"check:format": "prettier --check \"**/*.{ts,tsx,md,json,css,scss}\"",
"fix:lint": "eslint . --fix",