Update .eslintrc.js
This commit is contained in:
parent
606d7dbc22
commit
4c767f16f6
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ module.exports = {
|
|||
'@typescript-eslint/no-misused-promises': ['error', {
|
||||
'checksVoidReturn': false,
|
||||
}],
|
||||
'@typescript-eslint/consistent-type-imports': 'error',
|
||||
'import/no-unresolved': ['off'],
|
||||
'import/no-default-export': ['warn'],
|
||||
'import/order': ['warn', {
|
||||
|
|
Loading…
Reference in a new issue