Rule parity with Deno (no-slow-types
, no-sloppy-imports
)
#10169
Closed
pauliesnug
announced in
Community Feedback
Replies: 1 comment
-
As per our contributing guide for discussions we do not use discussions for support or Q&A. Please read through our contributing for alternative forums to ask questions. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Does
typescript-eslint
, oreslint
as a whole, have parity with the built-in Deno CLI lints? There are only two, but they are both important when publishing into a Deno-based ecosystem, and I think that achieving parity with these rules, or even the expandeddeno_lint
ruleset, would be pretty cool. Maybe there could be a plugin that implements rules from other linting tools that don't already exist in tseslint?I know that
no-slow-types
already has some parity in TSESlint (explicit-function-return-type
) but it's not a full solution from what I can see.Beta Was this translation helpful? Give feedback.
All reactions