File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff 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} ;
Original file line number Diff line number Diff 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} ;
Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments