Skip to content

Commit 4ff637c

Browse files
committed
refactor: added missing declaration
1 parent a9752ad commit 4ff637c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.config/.lintstagedrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +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 --allow-empty-input --no-validate",
56
"*.{js,ts,tsx,jsx,mjs,cjs}": "xo --fix"
67
}

0 commit comments

Comments
 (0)