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 · 1 comment
Open

Support @stylistic/eslint-plugin #283

RebeccaStevens opened this issue Mar 28, 2024 · 1 comment

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

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