Skip to content

Commit

Permalink
fix(): update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Dec 28, 2020
1 parent 7f38c88 commit ade61f0
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 @@ -15,6 +15,7 @@ module.exports = {
node: true,
jest: true,
},
ignorePatterns: ['.eslintrc.js'],
rules: {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
Expand Down

0 comments on commit ade61f0

Please sign in to comment.