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

Commit 9b57807

Browse files
committed
fix(build): add support for rxjs lint
1 parent 7af2db0 commit 9b57807

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tslint.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"rulesDirectory": [
33
"node_modules/codelyzer",
4+
"node_modules/rxjs-tslint",
45
"node_modules/tslint/lib/rules"
56
],
67
"rules": {
@@ -34,6 +35,11 @@
3435
}
3536
],
3637

38+
"rxjs-collapse-imports": true,
39+
"rxjs-pipeable-operators-only": true,
40+
"rxjs-no-static-observable-methods": true,
41+
"rxjs-proper-imports": true,
42+
3743
"ban": false,
3844
"curly": false,
3945
"forin": true,

0 commit comments

Comments
 (0)