fix(): update eslint config

This commit is contained in:
Kamil Myśliwiec
2020-12-28 11:44:21 +01:00
parent 7f38c888fc
commit ade61f0cb5
+1
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',