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

Replace native/deprecated stylistic rules with eslint-stylistic #731

Closed
fregante opened this issue Oct 1, 2023 · 2 comments
Closed

Replace native/deprecated stylistic rules with eslint-stylistic #731

fregante opened this issue Oct 1, 2023 · 2 comments
Labels

Comments

@fregante
Copy link
Member

fregante commented Oct 1, 2023

Context: https://twitter.com/antfu7/status/1701273844433252623

See https://github.com/eslint-stylistic

I see a few options going forward:

  • leave everything as is until eslint completely drops the rules
    • easy, but no progress because those rules have been frozen and incomplete for years
  • switch to eslint-stylistic now
    • probably "easy", but I think that would force the user to update their config overrides
  • enable --prettier by default
    • I don't mind prettier, but I do not like the IDE showing formatting issues as "errors" while I code, they're incredibly distracting when it highlights a whole block of text
  • drop all stylistic rules
    • considering the existing of --prettier, I don’t think this would fly
@sindresorhus
Copy link
Member

leave everything as is until eslint completely drops the rules

I plan to go with this.

@fregante
Copy link
Member Author

fregante commented Oct 1, 2023

Yeah for the best. This an be reopened when eslint drops the rules or if eslint-stylistic brings substantial improvements

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

No branches or pull requests

2 participants