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