diff --git a/.stylelintrc.js b/.stylelintrc.js index 303d867b4e..a6ceac61da 100644 --- a/.stylelintrc.js +++ b/.stylelintrc.js @@ -2,6 +2,6 @@ module.exports = { "extends": "stylelint-config-standard", "rules": { "indentation": 4, - "comment-empty-line-before": "off", + "comment-empty-line-before": null, } }