7 lines
155 B
JavaScript
7 lines
155 B
JavaScript
module.exports = {
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"indentation": 4,
|
|
"comment-empty-line-before": null,
|
|
}
|
|
}
|