Open
Bug 1881701
(eslint-flat)
Opened 9 months ago
Updated 5 months ago
Migrate ESLint configuration to flat config
Categories
(Developer Infrastructure :: Lint and Formatting, task, P3)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
NEW
People
(Reporter: standard8, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
In upgrading to ESLint v9, we think we can first migrate to the flat configuration in v8, before upgrading to v9 itself.
To do this we'll need to fix the issues this depends on and then investigate:
- Importing the ESLint ignore file.
- Secondary thought: could it be merged/shared with the prettier file?
- Are there any more simple sub-level
.eslintrc.js
files that could be cleaned up and merged into the top-level config, or their parents? - Convert the top-level
.eslintrc.js
file toeslint.config.mjs
- For the sub-level
.eslintrc.js
files, load those (via an explicit list), into the top-level configuration and add them to the list of configurations.
- For the sub-level
Reporter | ||
Updated•5 months ago
|
Alias: eslint-flat
You need to log in
before you can comment on or make changes to this bug.
Description
•