Skip to content

Commit d6d6af1

Browse files
authored
Merge pull request #19 from icatalina/CHECKOUT-4231
CHECKOUT-4321 no-async-without-await & enfoce `;` as the type terminator
2 parents 2750fe5 + 36002c6 commit d6d6af1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

index.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"no-angle-bracket-type-assertion": true,
9191
"no-any": false,
9292
"no-arg": true,
93+
"no-async-without-await": true,
9394
"no-bitwise": true,
9495
"no-conditional-assignment": true,
9596
"no-consecutive-blank-lines": true,
@@ -197,6 +198,9 @@
197198
true,
198199
"allow-null-check"
199200
],
201+
"type-literal-delimiter": {
202+
"singleLine": "always"
203+
},
200204
"typedef": false,
201205
"typedef-whitespace": [
202206
true,
@@ -236,8 +240,7 @@
236240
"check-type",
237241
"check-typecast",
238242
"check-type-operator",
239-
"check-preblock",
240-
"check-postbrace"
243+
"check-preblock"
241244
]
242245
},
243246
"linterOptions": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"standard-version": "^4.3.0"
2222
},
2323
"peerDependencies": {
24-
"tslint": "^5.9.1"
24+
"tslint": "^5.18.0"
2525
}
2626
}

0 commit comments

Comments
 (0)