Skip to content

Commit

Permalink
feat: update lintstaged
Browse files Browse the repository at this point in the history
  • Loading branch information
thilllon committed Dec 30, 2023
1 parent b5874e4 commit 2104042
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 +1,3 @@
{ "./**/src/**/*": ["prettier -w -l", "eslint --fix"] }
{
"src/**/*.ts": ["prettier --write --list-different", "eslint --fix"]
}

0 comments on commit 2104042

Please sign in to comment.