You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/finnish.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ const answer$ = of(42, 54);
21
21
This rule accepts a single option which is an object with properties that determine whether Finnish notation is enforced for `functions`, `methods`, `parameters`, `properties` and `variables`. It also contains:
22
22
23
23
-`names` and `types` properties that determine whether of not Finnish notation is to be enforced for specific names or types.
24
-
- a `strict` property that, if `true`, disallows the use of a `$` suffix with non-`Observable`identifiers.
24
+
- a `strict` property that, if `true`, allows the `$` suffix to be used _only_with identifiers that have an `Observable`type.
25
25
26
26
The default (Angular-friendly) configuration looks like this:
0 commit comments