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

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

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