Skip to content

Commit

Permalink
Merge pull request #1120 from db-ui/refactor-stylinelint-not-lint-con…
Browse files Browse the repository at this point in the history
…fig-on-every-run

refactor(stylinelint): not lint config on every run
  • Loading branch information
mfranzke authored Mar 11, 2025
2 parents 88f48d9 + bcfaf1d commit 38cb8de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .config/.lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"*.md": "markdownlint -c .markdown-lint.yml",
"*.{css,scss}": "stylelint --fix",
".stylelintrc.*": "stylelint --validate --allow-empty-input",
"stylelint.config.*": "stylelint --validate --allow-empty-input",
"*.{css,scss}": "stylelint --fix --no-validate",
"*.{js,ts,tsx,jsx,mjs,cjs}": "xo --fix"
}
1 change: 1 addition & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source/fonts/**/sources
sources/**
source/pattern-template/_pattern-template.scss
.stylelintrc.json

0 comments on commit 38cb8de

Please sign in to comment.