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