Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Add @typescript-eslint/space-before-function-paren
Browse files Browse the repository at this point in the history
  • Loading branch information
yangmingshan committed Nov 19, 2019
1 parent 0577484 commit c66a0ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions @typescript-eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
'@typescript-eslint/prefer-readonly': 'off',
'@typescript-eslint/quotes': 'off',
'@typescript-eslint/semi': 'off',
'@typescript-eslint/space-before-function-paren': 'off',
'@typescript-eslint/type-annotation-spacing': 'off'
}
};

0 comments on commit c66a0ce

Please sign in to comment.