Skip to content

Commit

Permalink
fix: removed stylelint from lint-staged script
Browse files Browse the repository at this point in the history
  • Loading branch information
harshsoni-harsh committed Jan 15, 2025
1 parent 9a917a8 commit cf6cce4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
},
"lint-staged": {
"*.css": [
"stylelint --fix",
"prettier --write"
],
"*.{js,jsx,ts,tsx}": [
Expand Down

0 comments on commit cf6cce4

Please sign in to comment.