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
ESLint: 8.56.0
A config object has a "plugins" key defined as an array of strings.
Flat config requires "plugins" to be an object in this form:
{
plugins: {
vitest: pluginObject
}
}
I think the issue is caused by the createConfig function. A possible workaround it to tweak the returned config object in the following way:
Configuring the plugin by
results in the following error:
I think the issue is caused by the createConfig function. A possible workaround it to tweak the returned config object in the following way:
The text was updated successfully, but these errors were encountered: