Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 1cc6178

Browse files
committed
Turn off no-duplicate-imports lint rule.
1 parent d216f8f commit 1cc6178

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
@@ -8,6 +8,7 @@
88
"member-ordering": [false],
99
"trailing-comma": [true, { "singleline": "never", "multiline": "always" }],
1010
"no-empty": false,
11-
"ter-indent": [true, 2, { "SwitchCase": 1 }]
11+
"ter-indent": [true, 2, { "SwitchCase": 1 }],
12+
"no-duplicate-imports": false
1213
}
1314
}

0 commit comments

Comments
 (0)