File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ module.exports = {
75
75
'function-parentheses-space-inside' : 'never-single-line' ,
76
76
'function-url-quotes' : 'always' ,
77
77
'function-whitespace-after' : 'always' ,
78
- indentation : 2 ,
79
78
'length-zero-no-unit' : true ,
80
79
'max-empty-lines' : 1 ,
81
80
'max-nesting-depth' : 3 ,
@@ -135,10 +134,8 @@ module.exports = {
135
134
'selector-type-case' : 'lower' ,
136
135
'shorthand-property-no-redundant-values' : true ,
137
136
'string-no-newline' : true ,
138
- 'string-quotes' : 'double' ,
139
137
'unit-case' : 'lower' ,
140
138
'unit-no-unknown' : true ,
141
- 'value-list-comma-newline-after' : 'always-multi-line' ,
142
139
'value-list-comma-space-after' : 'always-single-line' ,
143
140
'value-list-comma-space-before' : 'never' ,
144
141
'value-no-vendor-prefix' : true
You can’t perform that action at this time.
0 commit comments