Skip to content

Commit 1128b3b

Browse files
authored
Merge pull request #665 from db-ui/dependabot-npm_and_yarn-stylelint-16.15.0
chore(deps-dev): bump stylelint from 14.16.1 to 16.15.0
2 parents 609fd77 + d1e2b33 commit 1128b3b

File tree

6 files changed

+809
-870
lines changed

6 files changed

+809
-870
lines changed

.stylelintignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
build/
1+
node_modules/
22
source/_patterns/**
33
.stylelintrc.json
4+
source/styleguide/css/styleguide-specific.min.css
5+
source/css/pattern-scaffolding.css

.stylelintrc.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
2-
"extends": [
3-
"stylelint-config-sass-guidelines",
4-
"stylelint-config-prettier"
5-
],
2+
"extends": ["stylelint-config-standard-scss"],
63
"rules": {
74
"selector-no-qualifying-type": null,
85
"selector-class-pattern": null,
@@ -14,6 +11,6 @@
1411
"declaration-property-value-disallowed-list": null,
1512
"scss/percent-placeholder-pattern": null,
1613
"scss/at-mixin-pattern": null,
17-
"order/properties-alphabetical-order": null
14+
"declaration-property-value-no-unknown": true
1815
}
1916
}

0 commit comments

Comments
 (0)