Commit d3695b1
authored
Migrates to Eslint's flat config (#6276)
## What's the problem this PR addresses?
This lets us remove the Rushstack fix, and dogfood the VSCode SDK with
the flat config (which is the only available config in Eslint 9). I
would have migrated us to Eslint 9, but eslint-plugin-react [isn't
compatible
yet](jsx-eslint/eslint-plugin-react#3699).
## How did you fix it?
Migrate to eslint.config.mjs.
## Checklist
<!--- Don't worry if you miss something, chores are automatically
tested. -->
<!--- This checklist exists to help you remember doing the chores when
you submit a PR. -->
<!--- Put an `x` in all the boxes that apply. -->
- [x] I have read the [Contributing
Guide](https://yarnpkg.com/advanced/contributing).
<!-- See
https://yarnpkg.com/advanced/contributing#preparing-your-pr-to-be-released
for more details. -->
<!-- Check with `yarn version check` and fix with `yarn version check
-i` -->
- [x] I have set the packages that need to be released for my changes to
be effective.
<!-- The "Testing chores" workflow validates that your PR follows our
guidelines. -->
<!-- If it doesn't pass, click on it to see details as to what your PR
might be missing. -->
- [x] I will check that all automated PR checks pass before the PR gets
reviewed.1 parent cdb7f3c commit d3695b1
File tree
193 files changed
+2534
-1740
lines changed- .vscode
- .yarn
- cache
- sdks
- eslint
- bin
- lib
- typescript
- bin
- lib
- versions
- packages
- eslint-config
- rules
- yarnpkg-pnp
- sources/esm-loader
- hooks
- yarnpkg-sdks/sources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
193 files changed
+2534
-1740
lines changedThis file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments