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

Commit b7e2eeb

Browse files
committed
💨 [tslint] Enforce interface-name and typedef
1 parent c197257 commit b7e2eeb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tslint.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"spaces"
2525
],
2626
"linebreak-style": [true, "LF"],
27-
"interface-name": [false],
27+
"interface-name": [true, "never-prefix"],
2828
"jsdoc-format": true,
2929
"label-position": true,
3030
"max-line-length": [
@@ -89,9 +89,10 @@
8989
"allow-null-check"
9090
],
9191
"typedef": [
92-
false,
92+
true,
9393
"call-signature",
9494
"parameter",
95+
"arrow-parameter",
9596
"property-declaration",
9697
"member-variable-declaration"
9798
],

0 commit comments

Comments
 (0)