Skip to content
This repository was archived by the owner on Apr 1, 2021. It is now read-only.

Commit a26cbbf

Browse files
committed
add stylelint
1 parent 19332de commit a26cbbf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2210
-21960
lines changed

.stylelintrc

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"extends": [
3+
"stylelint-config-sass-guidelines"
4+
],
5+
"plugins": [
6+
"stylelint-scss"
7+
],
8+
"rules": {
9+
"max-nesting-depth": 7,
10+
"no-descending-specificity": null,
11+
"selector-max-compound-selectors": null,
12+
"property-no-vendor-prefix": null,
13+
"scss/at-extend-no-missing-placeholder": null,
14+
"selector-no-qualifying-type": null
15+
}
16+
}

0 commit comments

Comments
 (0)