diff --git a/.stylelintrc.json b/.stylelintrc.json index 0a03145b..9732970f 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -63,7 +63,9 @@ "selector-pseudo-element-colon-notation": "double", "selector-pseudo-element-no-unknown": true, "selector-type-case": "lower", - "selector-no-id": true, + "selector-max-id": 0, + + "no-missing-end-of-source-newline": true, "max-line-length": 120 }