Skip to content

Commit df983a4

Browse files
committed
Improve readme
1 parent bdb41a0 commit df983a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Add `eslint-plugin-angular-template-consistent-this` to the plugins section of y
4747
}
4848
```
4949

50-
Then configure the rules you want to use under the rules section.
50+
Then configure the rules you want to use under the rules section. The recommended configuration is:
5151

5252
```diff
5353
{
@@ -62,8 +62,6 @@ Then configure the rules you want to use under the rules section.
6262
],
6363
"plugins": ["angular-template-consistent-this"],
6464
"rules": {
65-
// ...
66-
6765
+ // Prepend properties with `this`.
6866
+ "angular-template-consistent-this/eslint-plugin-angular-template-consistent-this": [
6967
+ "error",

0 commit comments

Comments
 (0)