From 564a9838b0e9ade4579bf0af3770ddb3925ab366 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 9 Apr 2019 14:30:51 +0100 Subject: [PATCH] It's null, not "off" --- .stylelintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } }