Skip to content

Commit

Permalink
fixed lint-staged rc
Browse files Browse the repository at this point in the history
Signed-off-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
amsiglan committed Apr 2, 2024
1 parent f9f3837 commit d5cc341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"*.{js,jsx,json,css,md}": ["prettier --write", "git add"]
"*.{js,jsx,json,css,md}": ["prettier --write"]
}

0 comments on commit d5cc341

Please sign in to comment.