diff --git a/package.json b/package.json index 8bb73a35b..c9fe737dd 100644 --- a/package.json +++ b/package.json @@ -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",