Merge pull request #6123 from consuldemocracy/max_empty_lines
Add and apply stylistic/max-empty-lines rule
This commit is contained in:
@@ -87,6 +87,7 @@ rules:
|
||||
- ignore:
|
||||
- param
|
||||
- value
|
||||
"@stylistic/max-empty-lines": 1
|
||||
"@stylistic/media-feature-parentheses-space-inside": never
|
||||
"@stylistic/no-eol-whitespace": true
|
||||
"@stylistic/no-missing-end-of-source-newline": true
|
||||
|
||||
@@ -590,7 +590,6 @@ table {
|
||||
// 10. Budgets
|
||||
// -----------------
|
||||
|
||||
|
||||
.columns-selector {
|
||||
|
||||
[class^="icon-"] {
|
||||
|
||||
@@ -579,7 +579,6 @@
|
||||
// 11. Poster PDF
|
||||
// --------------
|
||||
|
||||
|
||||
.dashboard-poster-pdf {
|
||||
|
||||
.poster-header {
|
||||
|
||||
@@ -499,7 +499,6 @@ button,
|
||||
font-size: $base-font-size;
|
||||
}
|
||||
|
||||
|
||||
// 02. Header
|
||||
// ----------
|
||||
|
||||
@@ -1443,7 +1442,6 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// 14. Verification
|
||||
// ----------------
|
||||
|
||||
|
||||
@@ -28,4 +28,3 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.ssb-facebook {
|
||||
@include has-fa-icon(facebook-f, brands);
|
||||
background: #3b5998;
|
||||
|
||||
Reference in New Issue
Block a user