Skip to content

Commit 84943f6

Browse files
authored
refactor: adapted stylelint rules from DB UI Core (#137)
1 parent 23fe999 commit 84943f6

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.stylelintrc.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
11
{
2-
"extends": ["stylelint-config-sass-guidelines", "stylelint-config-prettier"]
2+
"extends": [
3+
"stylelint-config-sass-guidelines",
4+
"stylelint-config-prettier"
5+
],
6+
"rules": {
7+
"selector-no-qualifying-type": null,
8+
"selector-class-pattern": null,
9+
"scss/dollar-variable-pattern": null,
10+
"scss/selector-no-redundant-nesting-selector": null,
11+
"max-nesting-depth": null,
12+
"selector-max-compound-selectors": null,
13+
"scss/at-extend-no-missing-placeholder": null,
14+
"declaration-property-value-disallowed-list": null,
15+
"scss/percent-placeholder-pattern": null,
16+
"scss/at-mixin-pattern": null,
17+
"order/properties-alphabetical-order": null
18+
}
319
}

0 commit comments

Comments
 (0)