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