Skip to content

Commit

Permalink
Update husky command
Browse files Browse the repository at this point in the history
  • Loading branch information
rajtoshranjan committed May 7, 2024
1 parent 4b3479e commit ac81a33
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,6 +1,6 @@
{
"*.{js,jsx,ts,tsx}": [
"eslint --quiet --fix",
"eslint --quiet --fix --max-warnings 0",
"prettier --write --ignore-unknown"
],
"*.{json,html,css}": ["prettier --write --ignore-unknown"]
Expand Down

0 comments on commit ac81a33

Please sign in to comment.