It's null, not "off"

pull/21833/head
David Baker 2019-04-09 14:30:51 +01:00
parent 232521b30d
commit 564a9838b0
1 changed files with 1 additions and 1 deletions

View File

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