We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01d4925 + 2d921c2 commit aa618a0Copy full SHA for aa618a0
.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