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
Oops! Something went wrong! :(
ESLint: 9.0.0
A config object is using the "extends" key, which is not supported in flat config system.
Instead of "extends", you can include config objects that you'd like to extend from directly in the flat config array.
Please see the following page for more information:
https://eslint.org/docs/latest/use/configure/migration-guide#predefined-and-shareable-configs
The text was updated successfully, but these errors were encountered:
Looks like eslint-config-standard doesn't work either even though they added support for the flat config format. There were breaking changes to the format in ESLint 9.
Here's what I did
Upgrade to ESLint 9 and import
eslint-config-semistandard
What I expected to happen
I should be able to import
semistandard
ineslint.config.js
and use it as a default ruleset (see eslint-config-standard usage).standard/eslint-config-standard@3d1284c
What seems to have happened
ESLint reports the following error:
The text was updated successfully, but these errors were encountered: