refactor: use type import
This commit is contained in:
parent
cf653915cd
commit
bd83c47177
14 changed files with 19 additions and 16 deletions
|
@ -22,6 +22,7 @@ module.exports = {
|
|||
"import/no-duplicates": "error",
|
||||
|
||||
// typescript stuff
|
||||
"@typescript-eslint/no-non-null-assertion": "off",
|
||||
"@typescript-eslint/no-non-null-assertion": "off", // https://typescript-eslint.io/rules/no-non-null-assertion
|
||||
"@typescript-eslint/consistent-type-imports": "error", // https://typescript-eslint.io/rules/consistent-type-imports
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue