Skip to content

Commit aa27d9a

Browse files
committed
fix: disable 2 rules that conflict with existing projects
1 parent 0f97628 commit aa27d9a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

dist/cjs/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ module.exports = {
1212
"selector-class-pattern": null,
1313
"scss/at-mixin-argumentless-call-parentheses": "always",
1414
"no-descending-specificity": null,
15+
"selector-no-qualifying-type": null,
16+
"max-nesting-depth": null,
1517
},
1618
};

dist/es/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ module.exports = {
1010
"selector-class-pattern": null,
1111
"scss/at-mixin-argumentless-call-parentheses": "always",
1212
"no-descending-specificity": null,
13+
"selector-no-qualifying-type": null,
14+
"max-nesting-depth": null,
1315
},
1416
};

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ module.exports = {
1010
"selector-class-pattern": null,
1111
"scss/at-mixin-argumentless-call-parentheses": "always",
1212
"no-descending-specificity": null,
13+
"selector-no-qualifying-type": null,
14+
"max-nesting-depth": null,
1315
},
1416
};

0 commit comments

Comments
 (0)