mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 21:53:50 +01:00
[style] Enabled Stylelint 'no-missing-end-of-source-newline' rule
This commit is contained in:
parent
e74b31e313
commit
2851424392
@ -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: [ "%" ] }],
|
||||
|
Loading…
Reference in New Issue
Block a user