Skip to content

Commit a084024

Browse files
authored
Merge branch 'main' into dependabot-npm_and_yarn-prettier-3.5.3
2 parents ed69bef + aa618a0 commit a084024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/.lintstagedrc.json

Lines changed: 1 addition & 1 deletion
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)