element-web/.stylelintrc.js
David Baker 232521b30d Use js for the config file
Lest we spend an eternity being scalded about dangling commas
2019-04-09 14:20:17 +01:00

7 lines
156 B
JavaScript

module.exports = {
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4,
"comment-empty-line-before": "off",
}
}