Skip to content

Commit 40252ec

Browse files
committed
refactor: only using one standard config (scss)
1 parent fe9751d commit 40252ec

File tree

3 files changed

+111
-174
lines changed

3 files changed

+111
-174
lines changed

.stylelintrc.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
2-
"extends": [
3-
"stylelint-config-standard",
4-
"stylelint-config-sass-guidelines"
5-
],
2+
"extends": ["stylelint-config-standard-scss"],
63
"rules": {
74
"selector-no-qualifying-type": null,
85
"selector-class-pattern": null,

0 commit comments

Comments
 (0)