Skip to content

Commit c81ee8f

Browse files
authored
Merge pull request #229 from conedevelopment/szepeviktor-patch-4
2 parents 26ef2f0 + bae6314 commit c81ee8f

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.stylelintrc.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
"extends": "stylelint-config-sass-guidelines",
33
"plugins": ["stylelint-order"],
44
"rules": {
5-
"selector-max-compound-selectors": 5,
6-
"max-nesting-depth": 4,
7-
"selector-no-vendor-prefix": [
8-
true,
9-
{
10-
"ignoreSelectors": ["/-moz-.*/", "/-ms-.*/", "/-webkit-.*/"]
11-
}
12-
],
13-
"selector-no-qualifying-type": [
14-
true,
15-
{
16-
"ignore": ["attribute"]
17-
}
18-
],
19-
"value-no-vendor-prefix": [
20-
true,
21-
{
22-
"ignoreValues": ["box"]
23-
}
24-
],
25-
"selector-class-pattern": null,
26-
"scss/percent-placeholder-pattern": null,
27-
"order/properties-alphabetical-order": true,
28-
"@stylistic/function-parentheses-space-inside": null
5+
"selector-max-compound-selectors": 5,
6+
"max-nesting-depth": 4,
7+
"selector-no-vendor-prefix": [
8+
true,
9+
{
10+
"ignoreSelectors": ["/-moz-.*/", "/-ms-.*/", "/-webkit-.*/"]
11+
}
12+
],
13+
"selector-no-qualifying-type": [
14+
true,
15+
{
16+
"ignore": ["attribute"]
17+
}
18+
],
19+
"value-no-vendor-prefix": [
20+
true,
21+
{
22+
"ignoreValues": ["box"]
23+
}
24+
],
25+
"selector-class-pattern": null,
26+
"scss/percent-placeholder-pattern": null,
27+
"order/properties-alphabetical-order": true,
28+
"@stylistic/function-parentheses-space-inside": null
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)