Skip to content

Commit b678901

Browse files
Kyle LamseKyle Lamse
authored andcommitted
Disable no magic numbe rule
1 parent 34e45fb commit b678901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"variable-declaration"
4444
],
4545
"no-magic-numbers": [
46-
true
46+
false
4747
],
4848
"no-reference": true,
4949
"curly": true,

0 commit comments

Comments
 (0)