Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mizy committed Jan 5, 2024
1 parent 467d8cf commit 51eaddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"lint-staged": {
"./app/**/*.{js,jsx,ts,tsx}": [
"npx prettier --write",
"eslint './app/**/*.{js,jsx,ts,tsx}' --fix "
"eslint './app/**/*.{js,jsx,ts,tsx}' --fix --quiet"
]
},
"ci": {
Expand Down

0 comments on commit 51eaddf

Please sign in to comment.