Skip to content

Commit

Permalink
fix(eslint): remove quiet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordrad committed May 10, 2024
1 parent 0c659d7 commit 0872f98
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,5 +1,5 @@
{
"*.{js,ts,jsx,html}": ["npx eslint --fix"],
"*.{json,js,ts,html}": ["prettier --write --ignore-unknown"],
"*.{js,ts,jsx,html}": ["eslint --quiet --fix"],
"*.{css,scss}": ["stylelint --fix"]
}

0 comments on commit 0872f98

Please sign in to comment.