Skip to content

Commit

Permalink
Remove unnecessary parts from lint-staged scripts (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
germanfrelo authored May 27, 2024
1 parent 6d98cda commit f9b3a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
},
"lint-staged": {
"*.css": [
"stylelint --formatter verbose --max-warnings 0",
"stylelint --max-warnings 0",
"prettier --write"
],
"*.js": [
"eslint --max-warnings 0",
"prettier --write"
],
"**/!(*.css|*.js)": [
"!(*.css|*.js)": [
"prettier --write --ignore-unknown"
]
},
Expand Down

0 comments on commit f9b3a79

Please sign in to comment.