This rule prevents the use of Finnish notation.
Examples of incorrect code for this rule:
const answer$ = of(42, 54);
Examples of correct code for this rule:
const answers = of(42, 54);
This rule has no options.
This rule prevents the use of Finnish notation.
Examples of incorrect code for this rule:
const answer$ = of(42, 54);
Examples of correct code for this rule:
const answers = of(42, 54);
This rule has no options.