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: Update vscode-eslint info #18595

Merged
merged 2 commits into from
Jun 17, 2024
Merged

docs: Update vscode-eslint info #18595

merged 2 commits into from
Jun 17, 2024

Conversation

nzakas
Copy link
Member

@nzakas nzakas commented Jun 17, 2024

Prerequisites checklist

What is the purpose of this pull request? (put an "X" next to an item)

[x] Documentation update
[ ] Bug fix (template)
[ ] New rule (template)
[ ] Changes an existing rule (template)
[ ] Add autofix to a rule
[ ] Add a CLI option
[ ] Add something to the core
[ ] Other, please explain:

What changes did you make? (Give an overview)

Updated the configuration migration guide to indicate that the VSCode ESLint extension now supports flat config by default.

Is there anything you'd like reviewers to focus on?

@nzakas nzakas requested a review from a team as a code owner June 17, 2024 15:05
@eslint-github-bot eslint-github-bot bot added the documentation Relates to ESLint's documentation label Jun 17, 2024
Copy link

netlify bot commented Jun 17, 2024

Deploy Preview for docs-eslint ready!

Name Link
🔨 Latest commit b6f9907
🔍 Latest deploy log https://app.netlify.com/sites/docs-eslint/deploys/667055f902badd000802ae1b
😎 Deploy Preview https://deploy-preview-18595--docs-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
@mdjermanovic mdjermanovic added the accepted There is consensus among the team that this change meets the criteria for inclusion label Jun 17, 2024
Copy link
Member

@mdjermanovic mdjermanovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@mdjermanovic mdjermanovic merged commit d50db7b into main Jun 17, 2024
20 checks passed
@mdjermanovic mdjermanovic deleted the vscode-eslint-update branch June 17, 2024 18:18

```json
{
// enable flat config files (eslint.config.*js)
// required in vscode-eslint < v3.0.10 only
"eslint.experimental.useFlatConfig": true
}
```

In a future version of the ESLint plugin, you will no longer need to enable this manually.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe remove this line as well?

@eslint-github-bot eslint-github-bot bot locked and limited conversation to collaborators Dec 15, 2024
@eslint-github-bot eslint-github-bot bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Dec 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accepted There is consensus among the team that this change meets the criteria for inclusion archived due to age This issue has been archived; please open a new issue for any further discussion documentation Relates to ESLint's documentation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants