element-web/.stylelintrc.js

8 lines
155 B
JavaScript
Raw Normal View History

module.exports = {
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4,
2019-04-09 15:30:51 +02:00
"comment-empty-line-before": null,
}
}