Skip to content

Commit

Permalink
docs: add pipe-impure in README.md (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey authored and mgechev committed Oct 5, 2017
1 parent f7903e9 commit 58cacc5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ Create the following `tslint.json` file like:
"templates-use-public": true,
"no-access-missing-member": true,
"invoke-injectable": true,
"template-to-ng-template": true
"template-to-ng-template": true,
"pipe-impure": true
}
}
```
Expand Down Expand Up @@ -133,7 +134,8 @@ Now create the following `tslint.json` file where your `node_modules` directory
"templates-use-public": true,
"no-access-missing-member": true,
"invoke-injectable": true,
"template-to-ng-template": true
"template-to-ng-template": true,
"pipe-impure": true
}
}
```
Expand Down

0 comments on commit 58cacc5

Please sign in to comment.