Skip to content

Commit 1ebc585

Browse files
author
Jackson Kearl
committed
Add no-misused-new ignore
1 parent 199392f commit 1ebc585

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tslint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"no-consecutive-blank-lines": false,
1010
"no-duplicate-imports": false,
1111
"no-empty-interface": false,
12+
"no-misused-new": false,
1213
"no-redundant-undefined": false,
1314
"no-unnecessary-generics": false,
1415
"semicolon": false,

0 commit comments

Comments
 (0)