[style] Enabled Stylelint 'max-empty-lines' rule

This commit is contained in:
Steven Evans 2018-07-09 23:14:48 -04:00
parent 17c91b83d1
commit f2b703d94c
3 changed files with 1 additions and 4 deletions

@ -4,7 +4,6 @@
font-size: 13px;
}
/* Header tabs */
.cmpy-mgmt-header-tab {
display: inline-block;
@ -106,7 +105,6 @@
background-color: #333;
}
/* Upgrades */
.cmpy-mgmt-upgrade-container {
border: 1px solid #fff;

@ -368,7 +368,6 @@
padding-top: 10px;
}
#world-city-name,
#world-city-desc {
padding: 4px;

@ -103,7 +103,7 @@ module.exports = {
"indentation": 4,
"keyframe-declaration-no-important": true,
"length-zero-no-unit": true,
// "max-empty-lines": 1,
"max-empty-lines": 1,
"max-line-length": 160,
"max-nesting-depth": 99,
"media-feature-colon-space-after": "always",