Skip to content

Commit

Permalink
chore(*): add lint staged config
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermebkel committed Nov 9, 2022
1 parent dcba1b2 commit 8e916fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"*.{ts,tsx}": []
"*.{ts,tsx}": [
"eslint --fix"
]
}

0 comments on commit 8e916fc

Please sign in to comment.