Skip to content

Commit

Permalink
chore: use explicit type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
6lr61 committed Sep 10, 2024
1 parent 5a3eb85 commit 4bc072c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default tseslint.config(
"warn",
{ allowConstantExport: true },
],
"@typescript-eslint/consistent-type-imports": ["error"],
},
}
);
1 change: 1 addition & 0 deletions tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
"verbatimModuleSyntax": true,

/* Bundler mode */
"moduleResolution": "bundler",
Expand Down

0 comments on commit 4bc072c

Please sign in to comment.