Skip to content

Commit

Permalink
Precommit hook - Only lint staged files (growthbook#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
bttf authored Nov 30, 2023
1 parent 46ec349 commit d412935
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 @@ -54,7 +54,7 @@
"prettier --write"
],
"./**/*.{ts,tsx}": [
"yarn lint"
"yarn eslint --fix --max-warnings 0 --cache --cache-strategy content"
],
"./packages/stats/{gbstats,tests}/**/*.py": [
"bash -c \"yarn workspace stats lint\" && :"
Expand Down

0 comments on commit d412935

Please sign in to comment.