[style] Enabled Stylelint 'no-missing-end-of-source-newline' rule

This commit is contained in:
Steven Evans 2018-07-09 23:46:37 -04:00
parent e74b31e313
commit 2851424392
2 changed files with 2 additions and 2 deletions

@ -145,4 +145,4 @@ button[type="button"] {
}
.loaderoverlay .loaderlabel {
color: #6f3;
}
}

@ -127,7 +127,7 @@ module.exports = {
"no-eol-whitespace": true,
"no-extra-semicolons": true,
"no-invalid-double-slash-comments": true,
// "no-missing-end-of-source-newline": true,
"no-missing-end-of-source-newline": true,
"no-unknown-animations": true,
"number-leading-zero": "always",
"number-max-precision": [3, { ignoreUnits: [ "%" ] }],