Skip to content

Commit

Permalink
fix(@typescript-eslint): disable method-signature-style
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored May 9, 2020
1 parent 20ae904 commit 5c73f45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion @typescript-eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const config = {
'@typescript-eslint/explicit-member-accessibility': 'error',
'@typescript-eslint/explicit-module-boundary-types': 'error',
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/method-signature-style': 'error',
'@typescript-eslint/naming-convention': [
'error',
{
Expand Down

0 comments on commit 5c73f45

Please sign in to comment.