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

Docs: eslint new-config-system #6420

Closed
2 tasks done
loynoir opened this issue Feb 3, 2023 · 2 comments
Closed
2 tasks done

Docs: eslint new-config-system #6420

loynoir opened this issue Feb 3, 2023 · 2 comments
Labels
documentation Documentation ("docs") that needs adding/updating triage Waiting for maintainers to take a look

Comments

@loynoir
Copy link

loynoir commented Feb 3, 2023

Before You File a Documentation Request Please Confirm You Have Done The Following...

Suggested Changes

https://eslint.org/blog/2022/08/new-config-system-part-2/#goodbye-extends%2C-hello-flat-cascade

Goodbye extends, hello flat cascade

seems new eslint config deprecated extends

https://typescript-eslint.io/getting-started

module.exports = {
  extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
  parser: '@typescript-eslint/parser',
  plugins: ['@typescript-eslint'],
  root: true,
};

Affected URL(s)

@loynoir loynoir added documentation Documentation ("docs") that needs adding/updating triage Waiting for maintainers to take a look labels Feb 3, 2023
@bradzacher
Copy link
Member

The new tooling is still very early on in its release - call it a beta currently.

We'll be looking to build out integration as part of "stage 3" of eslint's plan
eslint/eslint#13481

Its not as simple as just documenting things, sadly, we need to change our code to make it work.

@bradzacher bradzacher closed this as not planned Won't fix, can't repro, duplicate, stale Feb 3, 2023
@CallMeLaNN
Copy link

CallMeLaNN commented Feb 5, 2023

@bradzacher I was going deep into the flat config and this plugin config too until it's working. The stage 3 almost there and the last PR waiting for approval. I've seen a few docs request has been closed, do you mind if I open an improvement?

At least we have something from what I got to initiate the compatibility, keep it up-to-date until stable and ready. I believe the changes is not much and possible for me to try it.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Documentation ("docs") that needs adding/updating triage Waiting for maintainers to take a look
Projects
None yet
Development

No branches or pull requests

3 participants