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

feat: use typescript-eslint's EXPERIMENTAL_useProjectService #1466

Merged
merged 7 commits into from
Apr 15, 2024

Conversation

JoshuaKGoldberg
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg commented Apr 15, 2024

PR Checklist

Overview

Unifies *.js and *.ts linting with the experimental project service option. Hooray!

In doing so, I found it easier to lint the script/*.js files by switching them to .ts.

This also removes the nice --no-dts optimization for pnpm build. Linting files like bin/index.js now has types, and lib/* needs those .d.ts generated.

@JoshuaKGoldberg
Copy link
Owner Author

The end-to-end creation tests are failing because they're trying to use ESLint 9. I'll fix that separately.

@JoshuaKGoldberg JoshuaKGoldberg merged commit 1794fb1 into main Apr 15, 2024
12 of 13 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the experimental-use-project-service branch April 15, 2024 20:09
Copy link

🎉 This is included in version v1.59.0 🎉

The release is available on:

Cheers! 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 Feature: Use typescript-eslint's project service parser option
1 participant