Skip to content

Commit 4a21e80

Browse files
committed
chore: lint config
1 parent 5869f47 commit 4a21e80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tslint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"semicolon": [true, "always"],
88
"prefer-const": true,
99
"no-unused-variable": true,
10+
"no-use-before-declare": false,
1011
"prefer-template": [true, "allow-single-concat"],
1112
"ordered-imports": [
1213
true,

0 commit comments

Comments
 (0)