mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
Trailing whitespace and files not ending with \n are now illegal
This commit is contained in:
parent
570b8caf78
commit
2f4d879c16
@ -43,7 +43,7 @@ module.exports = {
|
|||||||
curly: ["off"],
|
curly: ["off"],
|
||||||
"default-case": ["off"],
|
"default-case": ["off"],
|
||||||
"dot-notation": ["off"],
|
"dot-notation": ["off"],
|
||||||
"eol-last": ["off"],
|
"eol-last": ["error"],
|
||||||
eqeqeq: ["off"],
|
eqeqeq: ["off"],
|
||||||
"for-direction": ["error"],
|
"for-direction": ["error"],
|
||||||
"func-call-spacing": ["off"],
|
"func-call-spacing": ["off"],
|
||||||
@ -236,7 +236,7 @@ module.exports = {
|
|||||||
"no-ternary": ["off"],
|
"no-ternary": ["off"],
|
||||||
"no-this-before-super": ["off"],
|
"no-this-before-super": ["off"],
|
||||||
"no-throw-literal": ["error"],
|
"no-throw-literal": ["error"],
|
||||||
"no-trailing-spaces": ["off"],
|
"no-trailing-spaces": ["error"],
|
||||||
"no-undef": ["off"],
|
"no-undef": ["off"],
|
||||||
"no-undef-init": ["error"],
|
"no-undef-init": ["error"],
|
||||||
"no-undefined": ["off"],
|
"no-undefined": ["off"],
|
||||||
|
Loading…
Reference in New Issue
Block a user