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,