lint(): disable explicit module boundary types

This commit is contained in:
Kamil Myśliwiec 2020-08-23 15:05:58 +02:00
parent b88a975cd3
commit f586015774
No known key found for this signature in database
GPG Key ID: 75F02E89A1A1092B
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ module.exports = {
rules: {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-explicit-any': 'off',
},
};