Skip to content

Commit

Permalink
Improve lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus01337 committed Jul 26, 2024
1 parent 64ab7fb commit 540a46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "astro preview",
"astro": "astro",
"format": "biome format --write --skip-errors --no-errors-on-unmatched --changed --since=main --log-level=none && biome lint --write --unsafe --skip-errors --no-errors-on-unmatched --changed --since=main --log-level=none",
"lint": "eslint .",
"lint": "eslint . && tsc --noEmit",
"lint:formatting": "biome check --changed --since=main --linter-enabled=false",
"prepare": "husky"
},
Expand Down

0 comments on commit 540a46c

Please sign in to comment.