fix(): update eslint config

This commit is contained in:
Kamil Myśliwiec 2020-12-28 11:44:21 +01:00
parent 7f38c888fc
commit ade61f0cb5
No known key found for this signature in database
GPG Key ID: 75F02E89A1A1092B
1 changed files with 1 additions and 0 deletions

View File

@ -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',