import { TSESLint } from 'typescript-eslint'
#9360
Closed
mightyiam
started this conversation in
Technical Discussions
Replies: 1 comment 2 replies
-
I'm not sure I understand - what's the issue with declaring your dependency here? Is it just that you don't want to declare two deps? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Body
In order to avoid having both
typescript-eslint
and@typescript-eslint/utils
as direct dependencies (devDeps, in our case), would it be reasonable to request thatTSESLint
would be exposed bytypescript-eslint
, please?Additional Info
Any additional info...
Before you submit your discussion, please confirm the following. If any of these required steps are not taken, we may not be able to review your RFC. Help us to help you!
Beta Was this translation helpful? Give feedback.
All reactions