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 ESLint documentation with ESLint v9 #9515

Merged
merged 5 commits into from
Nov 25, 2024
Merged

Conversation

anthonyshew
Copy link
Contributor

@anthonyshew anthonyshew commented Nov 25, 2024

Description

ESLint v9 is now the standard, with ESLint v8 past EOL as of October 5, 2024.

This PR updates our docs to describe how to use ESLint v9 Flat Configs in monorepos.

Additionally, the READMEs for the packages are updated in this PR.

Copy link

vercel bot commented Nov 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 25, 2024 8:04pm
8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Visit Preview Nov 25, 2024 8:04pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Nov 25, 2024 8:04pm
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Nov 25, 2024 8:04pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Nov 25, 2024 8:04pm
examples-native-web ⬜️ Ignored (Inspect) Visit Preview Nov 25, 2024 8:04pm
examples-svelte-web ⬜️ Ignored (Inspect) Visit Preview Nov 25, 2024 8:04pm
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Nov 25, 2024 8:04pm
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Nov 25, 2024 8:04pm

@@ -16,45 +16,9 @@ npm install eslint --save-dev
npm install eslint-plugin-turbo --save-dev
```

## Usage (Legacy `eslintrc*`)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I reversed the order so that the newer version is on top.

@anthonyshew anthonyshew changed the title docs: update ESLint documentation with ESLint v9 docs: update ESLint documentation with ESLint v9 Nov 25, 2024
@anthonyshew anthonyshew mentioned this pull request Nov 25, 2024
@anthonyshew anthonyshew linked an issue Nov 25, 2024 that may be closed by this pull request
@anthonyshew anthonyshew merged commit 6fa050a into main Nov 25, 2024
42 of 44 checks passed
@anthonyshew anthonyshew deleted the shew-3055f branch November 25, 2024 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: docs Improvements or additions to documentation pkg: turbo-eslint eslint-config-turbo and eslint-plugin-turbo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: eslint v9
2 participants