fix(): update eslint config
This commit is contained in:
parent
7f38c888fc
commit
ade61f0cb5
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue