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/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,7 @@ Then you should add `airbnb` (or `airbnb-base`) to your `extends` section of `.e
145
145
|[`@typescript-eslint/await-thenable`](./docs/rules/await-thenable.md)| Disallows awaiting a value that is not a Thenable |:heavy_check_mark:||:thought_balloon:|
146
146
|[`@typescript-eslint/ban-ts-ignore`](./docs/rules/ban-ts-ignore.md)| Bans “// @ts-ignore” comments from being used |:heavy_check_mark:|||
147
147
|[`@typescript-eslint/ban-types`](./docs/rules/ban-types.md)| Bans specific types from being used |:heavy_check_mark:|:wrench:||
148
+
|[`@typescript-eslint/brace-style`](./docs/rules/brace-style.md)| Enforce consistent brace style for blocks ||:wrench:||
|[`@typescript-eslint/class-name-casing`](./docs/rules/class-name-casing.md)| Require PascalCased class and interface names |:heavy_check_mark:|||
150
151
|[`@typescript-eslint/consistent-type-assertions`](./docs/rules/consistent-type-assertions.md)| Enforces consistent usage of type assertions. |:heavy_check_mark:|||
0 commit comments