Skip to content

Commit

Permalink
update precommit lint rules for frontend with path
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Dec 6, 2024
1 parent 929ba89 commit 7082640
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 @@ -44,7 +44,7 @@
],
"frontend/**/*.{ts,tsx,js}": [
"prettier --write",
"cd frontend && eslint --fix --max-warnings 0",
"cd frontend && eslint . --fix --max-warnings 0",
"prettier --check",
"cd frontend && tsc --noEmit -p tsconfig.app.json"
],
Expand Down

0 comments on commit 7082640

Please sign in to comment.