File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ module.exports = {
74
74
"selector-combinator-space-after" : "always" ,
75
75
"selector-combinator-space-before" : "always" ,
76
76
"selector-descendant-combinator-no-non-space" : true ,
77
- "selector-max-compound-selectors" : 3 ,
78
77
"selector-max-id" : 0 ,
79
78
"selector-pseudo-class-case" : "lower" ,
80
79
"selector-pseudo-class-no-unknown" : true ,
@@ -133,9 +132,7 @@ module.exports = {
133
132
134
133
"comment-no-empty" : true ,
135
134
136
- "indentation" : [ 2 , {
137
- "ignore" : [ "inside-parens" ]
138
- } ] ,
135
+ "indentation" : 2 ,
139
136
140
137
"max-empty-lines" : 2 ,
141
138
"no-duplicate-selectors" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stylelint-config-htmlacademy" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " Stylelint shareable config for the HTML Academy style" ,
5
5
"files" : [
6
6
" index.js"
You can’t perform that action at this time.
0 commit comments