Skip to content

Commit ec77f3f

Browse files
cartantbenlesh
authored andcommitted
chore: replace dtslint with dtslint-like rules in tslint-etc (ReactiveX#5123)
* chore: replace dtslint with dtslint-like rules in tslint-etc * chore: account for renamed directory * chore: ignore import location dirs only at root * chore: fix dtslint expectation typos * chore: bump version for no-dtslint-typo fix * chore: add deprecation test for of
1 parent 91eb4e3 commit ec77f3f

9 files changed

+60
-683
lines changed

.gitignore

+6-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ spec-build/
2121
.out/
2222
.tmp/
2323

24-
ajax/
25-
fetch/
26-
operators/
27-
testing/
28-
webSocket/
24+
# Import location artifacts
25+
/ajax/
26+
/fetch/
27+
/operators/
28+
/testing/
29+
/webSocket/
2930

3031
# Misc
3132
npm-debug.log

0 commit comments

Comments
 (0)