Skip to content

Commit

Permalink
feature/prettier updated package
Browse files Browse the repository at this point in the history
  • Loading branch information
mykhalenych committed Feb 22, 2024
1 parent 493599e commit 5f10020
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"scripts": {
"init": "mate-scripts init",
"start": "mate-scripts start",
"style-format": "npx stylelint 'src/**/*.scss' --fix",
"format": "prettier --ignore-path .prettierignore --write './src/**/*.{html,css,scss}'",
"lint": "npm run format && mate-scripts lint",
"lint": "npm run style-format && npm run format && mate-scripts lint",
"test:only": "mate-scripts test",
"build": "mate-scripts build",
"deploy": "mate-scripts deploy",
Expand Down

0 comments on commit 5f10020

Please sign in to comment.