We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb41a0 commit df983a4Copy full SHA for df983a4
README.md
@@ -47,7 +47,7 @@ Add `eslint-plugin-angular-template-consistent-this` to the plugins section of y
47
}
48
```
49
50
-Then configure the rules you want to use under the rules section.
+Then configure the rules you want to use under the rules section. The recommended configuration is:
51
52
```diff
53
{
@@ -62,8 +62,6 @@ Then configure the rules you want to use under the rules section.
62
],
63
"plugins": ["angular-template-consistent-this"],
64
"rules": {
65
- // ...
66
-
67
+ // Prepend properties with `this`.
68
+ "angular-template-consistent-this/eslint-plugin-angular-template-consistent-this": [
69
+ "error",
0 commit comments