Skip to content

Commit 3938889

Browse files
committed
chore: reenable linting
1 parent 38a3cf6 commit 3938889

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

apps/gpa-calculator/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"bundle": "vite build",
2424
"dev": "vite --open",
2525
"typecheck:extra": "tsc -p tsconfig.eslint.json",
26-
"typecheck:src": "tsc"
26+
"typecheck:src": "tsc",
27+
"lint": "eslint . --report-unused-disable-directives --max-warnings=0 --cache --cache-location=node_modules/.cache/.eslintcache",
28+
"lint:fix": "pnpm run lint --fix"
2729
},
2830
"browserslist": [
2931
"defaults and fully supports es6-module"

apps/phs-map/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"bundle": "vite build",
2424
"dev": "vite --open",
2525
"typecheck:extra": "tsc -p tsconfig.eslint.json",
26-
"typecheck:src": "tsc"
26+
"typecheck:src": "tsc",
27+
"lint": "eslint . --report-unused-disable-directives --max-warnings=0 --cache --cache-location=node_modules/.cache/.eslintcache",
28+
"lint:fix": "pnpm run lint --fix"
2729
},
2830
"browserslist": [
2931
"defaults and fully supports es6-module"

0 commit comments

Comments
 (0)