Skip to content

Commit 2d921c2

Browse files
authored
1 parent 01d4925 commit 2d921c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/.lintstagedrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"*.md": "markdownlint -c .markdown-lint.yml",
33
".stylelintrc.*": "stylelint --validate --allow-empty-input",
44
"stylelint.config.*": "stylelint --validate --allow-empty-input",
5-
"*.{css,scss}": "stylelint --fix --no-validate",
5+
"*.{css,scss}": "stylelint --fix --allow-empty-input --no-validate",
66
"*.{js,ts,tsx,jsx,mjs,cjs}": "xo --fix"
77
}

0 commit comments

Comments
 (0)