Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 00dc0e9

Browse files
committed
Add more folders/files to lint script
1 parent e379ed7 commit 00dc0e9

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
@@ -13,7 +13,7 @@
1313
"build": "npm run build:nextconfig; next build; node scripts/esbuild.server.js",
1414
"build:nextconfig": "node scripts/esbuild.nextconfig.js",
1515
"server": "NODE_ENV=production node dist/server/index.js",
16-
"lint": "eslint --ext .ts --ext .tsx src/",
16+
"lint": "eslint --ext .ts --ext .tsx --ext .js src/ server/ scripts/ ./next.config.ts",
1717
"analyze": "BUNDLE_ANALYZE=both npm run build",
1818
"typecheck": "tsc --noEmit"
1919
},

0 commit comments

Comments
 (0)