Enhancement(utils): Swap FlatESLint-ESLint, FlatRuleTester-RuleTester in API #8970
Closed
4 tasks done
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
breaking change
This change will require a new major version to be released
enhancement
New feature or request
locked due to age
Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
Milestone
Before You File a Proposal Please Confirm You Have Done The Following...
Relevant Package
utils
My proposal is suitable for this project
Description
From #8211: we have references to what
FlatESLint
andFlatRuleTester
, which are the old terms for what ESLint now just callsESLint
andRuleTester
, respectively. We'll need to:LegacyESLint as ESLint
is exported asLegacy*
FlatESLint
is renamed toFlatESLint as ESLint
(or justESLint
)I suppose we could also remove the
Legacy*
classes too? Though ESLint v9 still does support the legacy configs if you opt into them...Additional Info
This is not a
good first issue
. Someone who's already familiar with the classes & utilities in question should tackle this.💖
The text was updated successfully, but these errors were encountered: