Skip to content

Commit

Permalink
Fix lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Nov 11, 2020
1 parent ab0fb97 commit b32c452
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"lint-staged": {
"**/*.{ts,tsx,md,mdx,js,jsx}": [
"npm run format",
"tsdx lint",
"git add"
"tsdx lint"
]
}
}

0 comments on commit b32c452

Please sign in to comment.