mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
It's null, not "off"
This commit is contained in:
parent
232521b30d
commit
564a9838b0
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ module.exports = {
|
|||
"extends": "stylelint-config-standard",
|
||||
"rules": {
|
||||
"indentation": 4,
|
||||
"comment-empty-line-before": "off",
|
||||
"comment-empty-line-before": null,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue