Skip to content

Commit

Permalink
add lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanguinho committed Jul 9, 2021
1 parent 50e1048 commit bb82a8a
Show file tree
Hide file tree
Showing 3 changed files with 644 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"*.ts": [
"npm run lint:fix",
"npm run test:staged"
]
}
Loading

0 comments on commit bb82a8a

Please sign in to comment.