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

Commit 96b2a9b

Browse files
committed
fix annoying lint rule
1 parent 2062ca5 commit 96b2a9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tslint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"quotemark": [true, "single", "jsx-double"],
1212
"ordered-imports": false,
1313
"object-literal-sort-keys": false,
14-
"arrow-parens": false,
14+
"arrow-parens": [true, "ban-single-arg-parens"],
15+
"ter-arrow-parens": false,
1516
"no-console": [false],
1617
"no-unused-expression": [true, "allow-fast-null-checks"],
1718
"comment-format": false,

0 commit comments

Comments
 (0)