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 changes need look easy enough to utilize automated transformation. Could use dev-tool admin list packages to apply the transformation for all packages in one go.
remove --ext command line option
modify codegen to adapt to changes
removing of --ext option for example
Issues
some plugins we are using today doesn't fully support ESLint v9 yet. They were enabled with the help of @eslint/compat
ESLint v9 drops support for legacy .eslintrc style configuration files.
To move to v9 we need to migrate to the new Flat Config files. This PR
adds support for Flat Config file and migrate cosmos and identity-broker
packages to use the flat config. Legacy config files are still
supported.
Some eslint plugins that we use don't support flat config yet so they
are disabled.
Related issue: #29750
One of the notable breaking changes is the moving to Flat Config and dropping support for legacy config files. To upgrade to v9, we need to
dev-tool admin list packages
to apply the transformation for all packages in one go.--ext
command line option--ext
option for exampleIssues
some plugins we are using today doesn't fully support ESLint v9 yet. They were enabled with the help of @eslint/compat
VSCode eslint plugin's support for v9 hasn't landed yet Enable Flat Config by default microsoft/vscode-eslint#1644
The text was updated successfully, but these errors were encountered: