Skip to content

Commit

Permalink
revert lint-staged config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Sep 6, 2024
1 parent 4a4b68a commit dece18f
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 @@ -122,7 +122,7 @@
},
"lint-staged": {
"*": [
"prettier --no-error-on-unmatched-pattern --ignore-unknown --write"
"prettier --no-error-on-unmatched-pattern --write"
],
"*.{js,jsx}": [
"eslint --no-error-on-unmatched-pattern --fix"
Expand Down

0 comments on commit dece18f

Please sign in to comment.