Skip to content
This repository was archived by the owner on Jul 8, 2021. It is now read-only.

Commit 978149e

Browse files
author
FIXED-TERM Toledo Navarro Jose Ignacio (BueP/ICO)
committed
style: update tslint blacklist rule
1 parent 55e1323 commit 978149e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tslint.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"eofline": true,
1111
"import-blacklist": [
1212
true,
13-
"rxjs"
13+
"rxjs/Rx",
14+
"rxjs/observable/*",
15+
"rxjs/operators/*"
1416
],
1517
"import-spacing": true,
1618
"indent": [

0 commit comments

Comments
 (0)