|
|
|
@ -12,6 +12,7 @@ module.exports = {
|
|
|
|
|
'@typescript-eslint/no-unsafe-member-access': 'off', |
|
|
|
|
'@typescript-eslint/no-unsafe-return': 'off', |
|
|
|
|
'@typescript-eslint/no-unsafe-call': 'off', |
|
|
|
|
'@typescript-eslint/no-misused-promises': 'off', |
|
|
|
|
'prefer-promise-reject-errors': 'off', |
|
|
|
|
'no-case-declarations': 'off', |
|
|
|
|
'no-console': 'off', |
|
|
|
|