You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ESLint class will now be equivalent to the FlatESLint class in v8.x. With the exception of a few options, this should mostly be a transparent change.
So that means that the import that's done right now will suddenly handle flatConfig instead of eslintrc-style config
So maybe there is something to do with imports to auto-detect ESLint's version or imports to differentiate which one we have loaded? I expect this part of the logic to become more complicated once ESLint 9 is released
Waiting #238
Simplify the use of flat config
flatConfigFile
option that will define:eslintPath
aseslint/use-at-your-own-risk
configType
asflat
overrideConfigFile
asflatConfigFile
flatConfigFile
if there is aneslint.config.js
file in the project rootflatConfigFile
The text was updated successfully, but these errors were encountered: