Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mykhalenych authored and mgrinko committed Apr 30, 2024
1 parent 570baad commit cb4641c
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 cb4641c

Please sign in to comment.