Skip to content

Commit 0fae50b

Browse files
authored
docs(eslint-plugin): [ROADMAP] add method-signature-style as alternative to prefer-method-signature (#1858)
1 parent bed7743 commit 0fae50b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: packages/eslint-plugin/ROADMAP.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ It lists all TSLint rules along side rules from the ESLint ecosystem that are th
184184
| [`one-variable-per-declaration`] | 🌟 | [`one-var`][one-var] |
185185
| [`ordered-imports`] | 🌓 | [`import/order`] |
186186
| [`prefer-function-over-method`] | 🌟 | [`class-methods-use-this`][class-methods-use-this] |
187-
| [`prefer-method-signature`] | 🛑 | N/A |
187+
| [`prefer-method-signature`] | | [`@typescript-eslint/method-signature-style`] |
188188
| [`prefer-switch`] | 🛑 | N/A |
189189
| [`prefer-template`] | 🌟 | [`prefer-template`][prefer-template] |
190190
| [`prefer-while`] | 🛑 | N/A |
@@ -597,6 +597,7 @@ Relevant plugins: [`chai-expect-keywords`](https://github.com/gavinaiken/eslint-
597597
[`@typescript-eslint/consistent-type-definitions`]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/consistent-type-definitions.md
598598
[`@typescript-eslint/explicit-member-accessibility`]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/explicit-member-accessibility.md
599599
[`@typescript-eslint/member-ordering`]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/member-ordering.md
600+
[`@typescript-eslint/method-signature-style`]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/method-signature-style.md
600601
[`@typescript-eslint/no-explicit-any`]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-explicit-any.md
601602
[`@typescript-eslint/no-empty-interface`]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-empty-interface.md
602603
[`@typescript-eslint/no-inferrable-types`]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-inferrable-types.md

0 commit comments

Comments
 (0)