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
This PR removes the two storis dependencies `@storis/eslint-config` and
`@storis/tsconfig`. Those repositories are no longer being maintained,
so their configs will be internalized.
This PR also updates the `eslint-config-prettier` plugin.
There was an attempt made to upgrade eslint to v9 as well, but there are
plugins that are yet to support v9 of eslint. They have been documented
in a tracker issue - [#646](#646)
Eslint released version 9 a few weeks ago with some breaking changes.
One being the release of the new flat config file format that supersede the now legacy eslintrc format. This is a link to the migration guide.
Before eslint can be upgrade to v9 and the config file format migrated, all the plugins in use must support v9 of eslint.
This issue will act as a tracker for plugins support of v9 of eslint.
Plugin
eslint-plugin-import
@typescript-eslint/typescript-eslint
The text was updated successfully, but these errors were encountered: