Skip to content

Commit

Permalink
chore: revert .lintstagedrc
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolimajr committed Oct 26, 2021
1 parent cc2ba23 commit ec90538
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"{src,apps,libs,test}/**/*.ts": [
"npm run lint"
],
"./**/*.{ts,js,json}": [
"npm run format"
]
}
4 changes: 0 additions & 4 deletions .lintstagedrc.json

This file was deleted.

0 comments on commit ec90538

Please sign in to comment.