Add max-empty-lines and no-eol-whitespace to stylelint (#7034)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user