Skip to content

Commit

Permalink
build: apply lint-staged on ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
oterral committed Nov 10, 2023
1 parent 400a387 commit 28aed89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const config = {
"(src|__mocks__)/**/*.ts": [
"(src|__mocks__)/**/*.(tsx|ts|js|jsx|cjs)": [
"eslint --fix",
"prettier --write",
"git add",
Expand Down

1 comment on commit 28aed89

@vercel
Copy link

@vercel vercel bot commented on 28aed89 Nov 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.