Skip to content

Commit

Permalink
Add lint-staged configuration for eslint --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ze3m committed Mar 19, 2024
1 parent a19bc70 commit 6dfa718
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
"app/ui/*.tsx" : "eslint --fix"
}

0 comments on commit 6dfa718

Please sign in to comment.