Skip to content

Does This Plugin Support TypeScript? #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Barzi-Ahmed opened this issue Apr 21, 2024 · 5 comments
Closed

Does This Plugin Support TypeScript? #155

Barzi-Ahmed opened this issue Apr 21, 2024 · 5 comments

Comments

@Barzi-Ahmed
Copy link

Barzi-Ahmed commented Apr 21, 2024

Hello,

Does this plugin support TypeScript projects?

@nzakas
Copy link
Contributor

nzakas commented Apr 22, 2024

I'm not sure what it is you're asking. What do you mean by "support typescript projects"?

@voxpelli
Copy link
Member

If you use the TypeScript ESLint parser in your ESLint config, then yeah, it should work

@nzakas
Copy link
Contributor

nzakas commented Apr 23, 2024

I think we need to be clear about what "support typescript projects" means in order to give an accurate answer. There are too many ways that can be interpreted:

  1. Does this plugin run directly on TypeScript? No.
  2. If you use the TypeScript ESLint parser, will this plugin be free of bugs? We can't guarantee that because we don't know all the different additional node types the parser might return.
  3. Does this plugin export type definitions? No.

@Barzi-Ahmed
Copy link
Author

@nzakas my project is a Next.js project which is set to use TypeScript.

@nzakas
Copy link
Contributor

nzakas commented Apr 24, 2024

You should be able to use this plugin with your project. It probably would have been faster to just try it. :)

@nzakas nzakas closed this as not planned Won't fix, can't repro, duplicate, stale Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants