Skip to content

Commit 8418a63

Browse files
Fix the tslint rules.
1 parent 1b4ac0a commit 8418a63

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
@@ -52,6 +52,7 @@
5252
"no-unnecessary-type-assertion": false,
5353
"no-submodule-imports": false,
5454
"no-redundant-jsdoc": false,
55-
"binary-expression-operand-order": false
55+
"binary-expression-operand-order": false,
56+
"no-use-before-declare": false
5657
}
5758
}

0 commit comments

Comments
 (0)