File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ It lists all TSLint rules along side rules from the ESLint ecosystem that are th
184
184
| [ ` one-variable-per-declaration ` ] | 🌟 | [ ` one-var ` ] [ one-var ] |
185
185
| [ ` ordered-imports ` ] | 🌓 | [ ` import/order ` ] |
186
186
| [ ` 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 ` ] |
188
188
| [ ` prefer-switch ` ] | 🛑 | N/A |
189
189
| [ ` prefer-template ` ] | 🌟 | [ ` prefer-template ` ] [ prefer-template ] |
190
190
| [ ` prefer-while ` ] | 🛑 | N/A |
@@ -597,6 +597,7 @@ Relevant plugins: [`chai-expect-keywords`](https://github.com/gavinaiken/eslint-
597
597
[ `@typescript-eslint/consistent-type-definitions` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/consistent-type-definitions.md
598
598
[ `@typescript-eslint/explicit-member-accessibility` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/explicit-member-accessibility.md
599
599
[ `@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
600
601
[ `@typescript-eslint/no-explicit-any` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-explicit-any.md
601
602
[ `@typescript-eslint/no-empty-interface` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-empty-interface.md
602
603
[ `@typescript-eslint/no-inferrable-types` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-inferrable-types.md
You can’t perform that action at this time.
0 commit comments