Issue #2799603 by Mukeysh, josephdpurcell, Mixologic: .csslintrc file format is invalid and results in "important is not a valid option"
parent
7c5c3fdd4d
commit
21f8a650a7
77
.csslintrc
77
.csslintrc
|
@ -1,37 +1,40 @@
|
||||||
{
|
--errors=box-model,
|
||||||
"important": true,
|
display-property-grouping,
|
||||||
"adjoining-classes": false,
|
duplicate-background-images,
|
||||||
"known-properties": true,
|
duplicate-properties,
|
||||||
"box-sizing": false,
|
empty-rules,
|
||||||
"box-model": true,
|
ids,
|
||||||
"overqualified-elements": true,
|
import,
|
||||||
"display-property-grouping": true,
|
important,
|
||||||
"bulletproof-font-face": false,
|
known-properties,
|
||||||
"compatible-vendor-prefixes": false,
|
outline-none,
|
||||||
"regex-selectors": false,
|
overqualified-elements,
|
||||||
"errors": false,
|
qualified-headings,
|
||||||
"duplicate-background-images": true,
|
shorthand,
|
||||||
"duplicate-properties": true,
|
star-property-hack,
|
||||||
"empty-rules": true,
|
text-indent,
|
||||||
"selector-max-approaching": false,
|
underscore-property-hack,
|
||||||
"gradients": false,
|
unique-headings,
|
||||||
"fallback-colors": false,
|
unqualified-attributes,
|
||||||
"font-sizes": false,
|
vendor-prefix,
|
||||||
"font-faces": false,
|
zero-units
|
||||||
"floats": false,
|
--ignore=adjoining-classes,
|
||||||
"star-property-hack": true,
|
box-sizing,
|
||||||
"outline-none": true,
|
bulletproof-font-face,
|
||||||
"import": true,
|
compatible-vendor-prefixes,
|
||||||
"ids": true,
|
errors,
|
||||||
"underscore-property-hack": true,
|
fallback-colors,
|
||||||
"rules-count": false,
|
floats,
|
||||||
"qualified-headings": true,
|
font-faces,
|
||||||
"selector-max": false,
|
font-sizes,
|
||||||
"shorthand": true,
|
gradients,
|
||||||
"text-indent": true,
|
import-ie-limit,
|
||||||
"unique-headings": true,
|
order-alphabetical,
|
||||||
"universal-selector": false,
|
regex-selectors,
|
||||||
"unqualified-attributes": true,
|
rules-count,
|
||||||
"vendor-prefix": true,
|
selector-max,
|
||||||
"zero-units": true
|
selector-max-approaching,
|
||||||
}
|
selector-newline,
|
||||||
|
universal-selector
|
||||||
|
--exclude-list=core/assets,
|
||||||
|
vendor
|
||||||
|
|
Loading…
Reference in New Issue