Skip to content

Commit eb633bf

Browse files
committed
Add method-signature-style
Closes #5
1 parent 865bfe4 commit eb633bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ module.exports = {
2727
// disable the rule for all files, see overrides below.
2828
'@typescript-eslint/explicit-function-return-type': 'off',
2929

30+
// https://github.com/typescript-eslint/typescript-eslint/blob/v4.0.1/packages/eslint-plugin/docs/rules/method-signature-style.md
31+
'@typescript-eslint/method-signature-style': 'error',
32+
3033
},
3134
overrides: [
3235
{

0 commit comments

Comments
 (0)