Skip to content

Commit

Permalink
chore: lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
Col0ring committed Jul 15, 2022
1 parent 6dacba4 commit 0fa51b6
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 @@ -34,7 +34,7 @@
},
"main": "./libs/index.js",
"scripts": {
"lint": "stylelint \"**/*.(le|c)ss\""
"lint": "stylelint \"**/*.(le|c)ss\" && prettier --write ."
},
"dependencies": {
"stylelint-config-prettier": "^9.0.3",
Expand Down

0 comments on commit 0fa51b6

Please sign in to comment.