Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit 485e652

Browse files
committed
Global linting setup with Next.js-style configuration
1 parent 2017012 commit 485e652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"build": "pnpm run -r build",
1010
"test": "pnpm run -r test",
11-
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --max-warnings 0",
11+
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
1212
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
1313
"lint:strict": "eslint . --ext .js,.jsx,.ts,.tsx --config .eslintrc.cli.json --max-warnings 0",
1414
"dev": "pnpm run -r --parallel dev"

0 commit comments

Comments
 (0)