Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit bb10fb5

Browse files
committed
tslint: Enforce arrow-return-shorthand rule
1 parent b6fb755 commit bb10fb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tslint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"interface-name": [true, "never-prefix"],
1212
"variable-name": [true, "allow-leading-underscore"],
1313
"member-ordering": [true, {"order": "fields-first"}],
14+
"arrow-return-shorthand": true,
1415

1516
"object-literal-sort-keys": false,
1617
"no-console": false,

0 commit comments

Comments
 (0)