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: packages/eslint-plugin/docs/rules/consistent-type-assertions.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ This option defines the expected assertion style. Valid values for `assertionSty
32
32
-`angle-bracket` will enforce that you always use `<foo>...`
33
33
-`never` will enforce that you do not do any type assertions.
34
34
35
-
Most codebases will want to enforce not using `angle-bracket` style because it conflicts with JSX syntax, and is confusing when paired with with generic syntax.
35
+
Most codebases will want to enforce not using `angle-bracket` style because it conflicts with JSX syntax, and is confusing when paired with generic syntax.
36
36
37
37
Some codebases like to go for an extra level of type safety, and ban assertions altogether via the `never` option.
0 commit comments