From fe8ad03faaaf6de5867bd0c06fea2364a2553cd3 Mon Sep 17 00:00:00 2001 From: mykhalenych <53228259+mykhalenych@users.noreply.github.com> Date: Tue, 30 Apr 2024 08:20:25 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",