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

Commit 2d8d280

Browse files
committed
Merge branch 'feature/scss-lint' into develop
2 parents 19332de + a26cbbf commit 2d8d280

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

Lines changed: 16 additions & 0 deletions
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)