Skip to content

Commit 327a3a0

Browse files
committed
Stylelint: set custom ruls
1 parent 8650fd5 commit 327a3a0

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.stylelintrc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"extends": "stylelint-config-standard",
3+
"plugins": [
4+
"stylelint-scss"
5+
],
6+
"rules": {
7+
"at-rule-no-unknown": null,
8+
"at-rule-empty-line-before": null,
9+
"block-closing-brace-empty-line-before": null,
10+
"indentation": 2,
11+
"no-descending-specificity": null,
12+
"number-leading-zero": null,
13+
"rule-empty-line-before": null,
14+
"scss/at-rule-no-unknown": null
15+
}
16+
}

0 commit comments

Comments
 (0)