Remove block padding (blank lines)

Also made a rule for it.
This commit is contained in:
Asher
2019-02-05 18:08:48 -06:00
parent dc08df5540
commit e770920be0
43 changed files with 108 additions and 189 deletions

View File

@@ -3,12 +3,14 @@
"rules": {
"only-arrow-functions": true,
"curly-statement-newlines": true,
"no-block-padding": true,
"adjacent-overload-signatures": true,
"align": true,
"await-promise": [true, "Thenable"],
"class-name": true,
"eofline": true,
"import-spacing": true,
"indent": [true, "tabs"],
"no-angle-bracket-type-assertion": false,
"no-bitwise": false,
"no-any": true,