no-duplicate-imports #2063
Closed
aselcuktuncer
started this conversation in
Ideas
Replies: 1 comment
-
Closing. Please use #3, that's where we collect feedback/ideas/etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I checked the doc but could not find this rule. I therefore propose that the following rule be added: https://eslint.org/docs/latest/rules/no-duplicate-imports
Example:
--->
import { pgEnum, pgTable, primaryKey, smallint, text, uuid, varchar, numeric, boolean } from 'drizzle-orm/pg-core';
Beta Was this translation helpful? Give feedback.
All reactions