chore: Fix type imports

This commit is contained in:
Sidharth Vinod
2023-08-22 13:44:11 +05:30
parent 6e0f41180f
commit 11b599d77c
34 changed files with 50 additions and 43 deletions

View File

@@ -48,6 +48,7 @@ module.exports = {
'no-prototype-builtins': 'off',
'no-unused-vars': 'off',
'cypress/no-async-tests': 'off',
'@typescript-eslint/consistent-type-imports': 'error',
'@typescript-eslint/no-floating-promises': 'error',
'@typescript-eslint/no-misused-promises': 'error',
'@typescript-eslint/ban-ts-comment': [