Skip to content

Commit

Permalink
feat(eslint): update eslint typescript config
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoBechtel committed May 16, 2024
1 parent 03b6b23 commit 00e1695
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint/rules/typescript.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,7 @@ module.exports = defineConfig({
// There are cases where using the index signature is more descriptive
// as the index can be named
'@typescript-eslint/consistent-indexed-object-style': 'off',
// Enforce using a top-level type qualifier for imports when only types are imported using the inline type qualifier
'@typescript-eslint/no-import-type-side-effects': 'error',
},
});

0 comments on commit 00e1695

Please sign in to comment.