Skip to content

Commit

Permalink
chore: Exclude dev-server dir from lint-staged
Browse files Browse the repository at this point in the history
We don't want to fail the commit/publish when e.g. we have
a console.log call in a dev server test plugin
  • Loading branch information
michaelbromley committed Jun 18, 2024
1 parent 3de60b2 commit be66ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"npm run format",
"git add"
],
"packages/**/*.ts": [
"packages/!(dev-server)/**/*.ts": [
"npm run lint",
"npm run format",
"git add"
Expand Down

0 comments on commit be66ac5

Please sign in to comment.