We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d4925 commit 2d921c2Copy full SHA for 2d921c2
.config/.lintstagedrc.json
@@ -2,6 +2,6 @@
2
"*.md": "markdownlint -c .markdown-lint.yml",
3
".stylelintrc.*": "stylelint --validate --allow-empty-input",
4
"stylelint.config.*": "stylelint --validate --allow-empty-input",
5
- "*.{css,scss}": "stylelint --fix --no-validate",
+ "*.{css,scss}": "stylelint --fix --allow-empty-input --no-validate",
6
"*.{js,ts,tsx,jsx,mjs,cjs}": "xo --fix"
7
}
0 commit comments