From 3282410bf7fb24ac2ceb56ae217320c970d7ba88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Farkas?= Date: Sat, 30 Jul 2016 14:46:14 +0200 Subject: [PATCH] Correct stylelint rule. --- .stylelintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 93ab580f..85ca2dd3 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -17,7 +17,7 @@ "no-duplicate-selectors": true, "no-eol-whitespace": true, - "no-missing-eof-newline": true, + "no-missing-end-of-source-newline": true, "max-empty-lines": 1, "indentation": 4,