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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooling: Consider using typescript-eslint's new presets #1007

Closed
JoshuaKGoldberg opened this issue Jul 12, 2023 · 1 comment
Closed

Tooling: Consider using typescript-eslint's new presets #1007

JoshuaKGoldberg opened this issue Jul 12, 2023 · 1 comment

Comments

@JoshuaKGoldberg
Copy link

馃憢 Hi! I'm one of the maintainers of typescript-eslint. We just released a v6.0.0 as stable that, among other things, includes a reworked set of recommended preset configurations.

Would you be interested in using those recommended configs? I'm happy to send a PR akin to those linked in typescript-eslint/typescript-eslint#6760, where I set it up for you & mark the "todo: do we want these?" rules. 馃檪

Since you're not yet linting with type information, my standard starting recommendation is to roughly start with:

extends: [
  'eslint:recommended',
  'plugin:@typescript-eslint/recommended',
  'plugin:@typescript-eslint/stylistic',
]

P.S. Love that you've open sourced this repo, that's awesome. Thanks for all your work on it! 鉂わ笍

@pfrazee
Copy link
Collaborator

pfrazee commented Jul 17, 2023

Hi @JoshuaKGoldberg! Thanks for letting us know about the tool. We're happy with our current setup but we'll keep it in mind for the future.

@pfrazee pfrazee closed this as completed Jul 17, 2023
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

No branches or pull requests

2 participants