Add max-empty-lines and no-eol-whitespace to stylelint (#7034)

This commit is contained in:
Šimon Brandner 2021-10-26 09:23:23 +02:00 committed by GitHub
parent e649bf5541
commit 5c66bd6c7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 2 additions and 40 deletions

View file

@ -11,7 +11,8 @@ module.exports = {
"length-zero-no-unit": null,
"rule-empty-line-before": null,
"color-hex-length": null,
"max-empty-lines": null,
"max-empty-lines": 1,
"no-eol-whitespace": true,
"number-no-trailing-zeros": null,
"number-leading-zero": null,
"selector-list-comma-newline-after": null,