Skip to content

Commit

Permalink
feat: correct deps, rename to @rxts/rxjs-tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 9, 2020
1 parent d43eb36 commit 39fa4d9
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 296 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This repository provides the following rules:
Using the current set of rules allows you to automatically migrate your project which uses RxJS 5 to RxJS 6. Here's how you can perform the automatic migration:

```bash
npm i -g rxjs-tslint
npm i -g @rxts/rxjs-tslint
rxjs-5-to-6-migrate -p [PATH_TO_TSCONFIG]
```

Expand All @@ -39,7 +39,7 @@ To use the exported rules without `rxjs-5-to-6-migrate`, use the `rulesDirectory
```json
{
"rulesDirectory": [
"node_modules/rxjs-tslint"
"node_modules/@rxts/rxjs-tslint"
],
"rules": {
"rxjs-collapse-imports": true,
Expand Down
Loading

0 comments on commit 39fa4d9

Please sign in to comment.