Skip to content

Commit c877b76

Browse files
committed
strictly autofix no-missing-end-of-source-newline
1 parent f43d61c commit c877b76

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+52
-53
lines changed

.stylelintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ module.exports = {
3131
'function-no-unknown': null, // 67 errors
3232
'length-zero-no-unit': null, // 64 errors
3333
'import-notation': null, // 56 errors
34-
'no-missing-end-of-source-newline': null, // 52 errors
3534
'keyframes-name-pattern': null, // 50 errors
3635
'property-no-vendor-prefix': null, // 49 errors
3736
'number-leading-zero': null, // 49 errors

src/_site/collections/menu.overrides

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/*******************************
22
Site Overrides
3-
*******************************/
3+
*******************************/

src/_site/globals/site.variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/*******************************
22
User Global Variables
3-
*******************************/
3+
*******************************/

src/themes/amazon/elements/button.overrides

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
.ui.basic.labeled.icon.buttons .button > .icon,
4343
.ui.basic.labeled.icon.button > .icon {
4444
padding-top: 0.4em !important;
45-
}
45+
}

src/themes/amazon/globals/site.variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
@orange: #D26911;
4141

4242
@infoBackgroundColor: #E6F1F6;
43-
@infoTextColor: #4E575B;
43+
@infoTextColor: #4E575B;

src/themes/basic/collections/table.variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
@cellVerticalPadding: 1em;
99
@cellHorizontalPadding: 1em;
1010

11-
@stateMarkerWidth: 1px;
11+
@stateMarkerWidth: 1px;

src/themes/basic/elements/icon.variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
@icon-outline-map: {};
2020
@icon-outline-aliases-map: {}; // stylelint-disable-line indentation
2121
@icon-brand-map: {};
22-
@icon-brand-aliases-map: {}; // stylelint-disable-line indentation
22+
@icon-brand-aliases-map: {}; // stylelint-disable-line indentation

src/themes/basic/globals/reset.overrides

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Overrides
33
*******************************/
44

5-
/* No Additional Resets */
5+
/* No Additional Resets */
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/*******************************
22
Reset
3-
*******************************/
3+
*******************************/

src/themes/basic/views/card.variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
@imageBorder: 1px solid @borderColor;
3333

3434
@linkHoverBackground: transparent;
35-
@linkHoverBoxShadow: none;
35+
@linkHoverBoxShadow: none;

0 commit comments

Comments
 (0)