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

Support @stylistic/eslint-plugin #283

Open
RebeccaStevens opened this issue Mar 28, 2024 · 3 comments
Open

Support @stylistic/eslint-plugin #283

RebeccaStevens opened this issue Mar 28, 2024 · 3 comments

Comments

@RebeccaStevens
Copy link

eslint and typescript-eslint have moved their stylistic rules to @stylistic/eslint-plugin.

These are the new rules I believe that need to be turned off:

  • @stylistic/block-spacing
  • @stylistic/brace-style
  • @stylistic/comma-dangle
  • @stylistic/comma-spacing
  • @stylistic/func-call-spacing
  • @stylistic/indent
  • @stylistic/indent-binary-ops
  • @stylistic/key-spacing
  • @stylistic/keyword-spacing
  • @stylistic/lines-around-comment
  • @stylistic/member-delimiter-style
  • @stylistic/no-extra-parens
  • @stylistic/no-extra-semi
  • @stylistic/nonblock-statement-body-position
  • @stylistic/object-curly-newline
  • @stylistic/object-curly-spacing
  • @stylistic/operator-linebreak
  • @stylistic/quote-props
  • @stylistic/quotes
  • @stylistic/semi
  • @stylistic/space-before-blocks
  • @stylistic/space-before-function-paren
  • @stylistic/space-infix-ops
  • @stylistic/type-annotation-spacing
@JounQin
Copy link
Member

JounQin commented Mar 28, 2024

See #272

@avs-doom
Copy link

avs-doom commented Oct 15, 2024

Who can tell me what it takes to complete this Pull Request? This is an important addition.

@Kenneth-Sills
Copy link

Who can tell me what it takes to complete this Pull Request? This is an important addition.

This is being handled by PR #272, which should be complete. @JounQin is trying to find the time to complete the review. If you're in a real pinch you can create your own fork of that and pin it as the dependency, then set a reminder to return to mainline later? I know it's not ideal, but at least you'll be able to move forward for the time being. 😅

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

4 participants