From cb4641ccbbb7e0063e398a26be78a27e59cd9c74 Mon Sep 17 00:00:00 2001 From: mykhalenych <53228259+mykhalenych@users.noreply.github.com> Date: Tue, 30 Apr 2024 08:20:04 +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 d2e6fa332..aaf3693d4 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",