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

ESLint is going to deprecate formatting rules #50449

Open
targos opened this issue Oct 28, 2023 · 1 comment
Open

ESLint is going to deprecate formatting rules #50449

targos opened this issue Oct 28, 2023 · 1 comment
Labels
tools Issues and PRs related to the tools directory.

Comments

@targos
Copy link
Member

targos commented Oct 28, 2023

See https://eslint.org/blog/2023/10/deprecating-formatting-rules/

@targos targos added the tools Issues and PRs related to the tools directory. label Oct 28, 2023
@MrJithil
Copy link
Member

MrJithil commented Oct 31, 2023

Rules which is listed in the deprecated list and exist on .eslintrc.js or lib/.eslintrc.yaml.

[
  'arrow-parens',
  'arrow-spacing',
  'block-spacing',
  'brace-style',
  'comma-dangle',
  'comma-spacing',
  'comma-style',
  'computed-property-spacing',
  'dot-location',
  'eol-last',
  'func-call-spacing',
  'indent',
  'key-spacing',
  'keyword-spacing',
  'linebreak-style',
  'max-len',
  'new-parens',
  'no-confusing-arrow',
  'no-extra-parens',
  'no-mixed-operators',
  'no-multi-spaces',
  'no-multiple-empty-lines',
  'no-tabs',
  'no-trailing-spaces',
  'no-whitespace-before-property',
  'object-curly-newline',
  'object-curly-spacing',
  'one-var-declaration-per-line',
  'operator-linebreak',
  'padding-line-between-statements',
  'quote-props',
  'quotes',
  'rest-spread-spacing',
  'semi',
  'semi-spacing',
  'space-before-blocks',
  'space-before-function-paren',
  'space-in-parens',
  'space-infix-ops',
  'space-unary-ops',
  'spaced-comment',
  'template-curly-spacing'
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants