Skip to content

Commit c638918

Browse files
author
Jordan Ellis
committed
tslint error...
1 parent 63ab29c commit c638918

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tslint.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"no-shadowed-variable": false,
1111
"ordered-imports": false,
1212
"no-string-literal": false,
13-
"no-bitwise": false
13+
"no-bitwise": false,
14+
"function-constructor": false
1415
},
1516
"rulesDirectory": []
1617
}

0 commit comments

Comments
 (0)