Skip to content
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

🚀 Feature: Blog post on why I'd write a linter in TypeScript #297

Open
3 tasks done
JoshuaKGoldberg opened this issue Sep 20, 2024 · 1 comment · May be fixed by #294
Open
3 tasks done

🚀 Feature: Blog post on why I'd write a linter in TypeScript #297

JoshuaKGoldberg opened this issue Sep 20, 2024 · 1 comment · May be fixed by #294
Assignees
Labels
status: blocked type: feature New enhancement or request

Comments

@JoshuaKGoldberg
Copy link
Owner

JoshuaKGoldberg commented Sep 20, 2024

Bug Report Checklist

  • I have tried restarting my IDE and the issue persists.
  • I have pulled the latest main branch of the repository.
  • I have searched for related issues and found none that matched my issue.

Overview

Splitting out of #296: one of the big architecture points I would choose when writing a linter would be writing it in TypeScript, rather than JavaScript or a native speed language such as Rust. This is a big enough point that I think it deserves to be split into its own standalone blog post.

Additional Info

One of the main side motivators here is that TypeScript is essential for type information right now. Blocked on that as its own blog post: #298.

Really, the main motivation is helping developers stay in their own language.

💖

@JoshuaKGoldberg JoshuaKGoldberg added the type: feature New enhancement or request label Sep 20, 2024
@JoshuaKGoldberg JoshuaKGoldberg self-assigned this Sep 20, 2024
@JoshuaKGoldberg JoshuaKGoldberg added status: accepting prs Please, send a pull request to resolve this! and removed status: blocked labels Oct 23, 2024
@JoshuaKGoldberg
Copy link
Owner Author

Blocked by #67.

@JoshuaKGoldberg JoshuaKGoldberg added status: blocked and removed status: accepting prs Please, send a pull request to resolve this! labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: blocked type: feature New enhancement or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant