232521b30d
Lest we spend an eternity being scalded about dangling commas
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
module.exports = {
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"indentation": 4,
|
|
"comment-empty-line-before": "off",
|
|
}
|
|
}
|