Skip to content

Commit

Permalink
Merge pull request #433 from mykhalenych/patch-1
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
mgrinko authored Apr 30, 2024
2 parents d06c7a1 + fe8ad03 commit d568b4c
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 @@ -5,7 +5,7 @@
"scripts": {
"init": "mate-scripts init",
"start": "mate-scripts start",
"style-format": "npx stylelint 'src/**/*.scss' --fix",
"style-format": "npx stylelint 'src/**/*.scss' --fix --allow-empty-input",
"format": "prettier --ignore-path .prettierignore --write './src/**/*.{html,css,scss}'",
"lint": "npm run style-format && npm run format && mate-scripts lint",
"test:only": "mate-scripts test",
Expand Down

0 comments on commit d568b4c

Please sign in to comment.