Skip to content

Commit

Permalink
chore(eslint): disable @typescript-eslint/ban-types
Browse files Browse the repository at this point in the history
  • Loading branch information
Akurganow committed May 29, 2020
1 parent cb17cfb commit 40daf5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = {
'@typescript-eslint/indent': [0],
'@typescript-eslint/camelcase': [0],
'@typescript-eslint/explicit-function-return-type': [0],
'@typescript-eslint/ban-types': [0],
'arrow-parens': [2, 'as-needed', { requireForBlockBody: false }],
'no-use-before-define': [1],
'camelcase': [0],
Expand Down

0 comments on commit 40daf5e

Please sign in to comment.