mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
[style] Enabled Stylelint 'max-empty-lines' rule
This commit is contained in:
parent
17c91b83d1
commit
f2b703d94c
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user