lint(): disable no explicit any

This commit is contained in:
Kamil Myśliwiec 2020-01-26 11:53:57 +01:00
parent 77ea06457e
commit 8defb42049
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,5 +19,6 @@ module.exports = {
rules: {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-explicit-any': 'off',
},
};