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
|:heavy_check_mark:|:wrench:|[tag-lines](./docs/rules/tag-lines.md#readme)| Enforces lines (or no lines) before, after, or between tags. |
501
502
||:wrench:|[text-escaping](./docs/rules/text-escaping.md#readme)| Auto-escape certain characters that are input within block and tag descriptions. |
502
503
||:wrench:|[ts-method-signature-style](./docs/rules/ts-method-signature-style.md#readme)| Prefers either function properties or method signatures |
504
+
|:heavy_check_mark:||[ts-no-empty-object-type](./docs/rules/ts-no-empty-object-type.md#readme)| Warns against use of the empty object type |
503
505
||:wrench:|[ts-prefer-function-type](./docs/rules/ts-prefer-function-type.md#readme)| Prefers function types over call signatures when there are no other properties. |
504
506
||:wrench:|[type-formatting](./docs/rules/type-formatting.md#readme)| Formats JSDoc type values. |
505
507
|:heavy_check_mark:||[valid-types](./docs/rules/valid-types.md#readme)| Requires all types/namepaths to be valid JSDoc, Closure compiler, or TypeScript types (configurable in settings). |
0 commit comments