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
@@ -197,6 +197,7 @@ Then you should add `airbnb` (or `airbnb-base`) to your `extends` section of `.e
197
197
|[`@typescript-eslint/require-array-sort-compare`](./docs/rules/require-array-sort-compare.md)| Enforce giving `compare` argument to `Array#sort`|||:thought_balloon:|
198
198
|[`@typescript-eslint/require-await`](./docs/rules/require-await.md)| Disallow async functions which have no `await` expression |:heavy_check_mark:||:thought_balloon:|
199
199
|[`@typescript-eslint/restrict-plus-operands`](./docs/rules/restrict-plus-operands.md)| When adding two variables, operands must both be of type number or of type string |||:thought_balloon:|
200
+
|[`@typescript-eslint/return-await`](./docs/rules/return-await.md)| Rules for awaiting returned promises |:heavy_check_mark:||:thought_balloon:|
200
201
|[`@typescript-eslint/semi`](./docs/rules/semi.md)| Require or disallow semicolons instead of ASI ||:wrench:||
201
202
|[`@typescript-eslint/strict-boolean-expressions`](./docs/rules/strict-boolean-expressions.md)| Restricts the types allowed in boolean expressions |||:thought_balloon:|
202
203
|[`@typescript-eslint/triple-slash-reference`](./docs/rules/triple-slash-reference.md)| Sets preference level for triple slash directives versus ES6-style import declarations |:heavy_check_mark:|||
0 commit comments