16 lines
401 B
Plaintext
16 lines
401 B
Plaintext
{
|
|
"ignoreFiles": [
|
|
"app/stylesheets/vendor/**",
|
|
"public/**",
|
|
],
|
|
"rules": {
|
|
"color-no-invalid-hex": true,
|
|
"shorthand-property-no-redundant-values": true,
|
|
"property-disallowed-list": [ "/left/", "/right/" ],
|
|
"declaration-property-value-disallowed-list": {
|
|
"text-align": ["left", "right"],
|
|
"float": ["left", "right"],
|
|
"clear": ["left", "right"]
|
|
}
|
|
}
|
|
} |