2016-10-04 07:44:15 +08:00
|
|
|
{
|
|
|
|
"ignoreFiles": [
|
|
|
|
"app/stylesheets/vendor/**",
|
|
|
|
"client_apps/canvas_quizzes/vendor/**",
|
|
|
|
"public/**",
|
|
|
|
],
|
|
|
|
"rules": {
|
|
|
|
"color-no-invalid-hex": true,
|
2018-08-31 05:59:16 +08:00
|
|
|
"shorthand-property-no-redundant-values": true,
|
2018-08-31 05:54:43 +08:00
|
|
|
"property-blacklist": [ "/left/", "/right/" ],
|
|
|
|
"declaration-property-value-blacklist": {
|
|
|
|
"text-align": ["left", "right"],
|
|
|
|
"float": ["left", "right"],
|
|
|
|
"clear": ["left", "right"]
|
|
|
|
}
|
2016-10-04 07:44:15 +08:00
|
|
|
}
|
|
|
|
}
|