Open
Conversation
🦋 Changeset detectedLatest commit: d8a5768 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
…g' into feat/create/convert-eslint-config
…g' into feat/create/convert-eslint-config
lfindlaysap
requested changes
Feb 18, 2026
Contributor
There was a problem hiding this comment.
Suggested change
| const MIGRATION_ERROR_TEXT = `Migration to eslint version 9 failed. Please check if you can find more details above. You might want to check the official eslint documentation on how to migrate to version 9: https://eslint.org/docs/latest/use/migrate-to-9.0.0#flat-config or delete the existing eslint \`devDependency\` and run \`create add eslint\` to get a flat config eslint.config.mjs where you can transfer your old eslint config manually.`; | |
| const MIGRATION_ERROR_TEXT = `Migration to eslint version 9 failed. Check if there are error messages above. You can also delete the existing eslint \`devDependency\` and run \`create add eslint\` to create a eslint.config.mjs file with the flat config where you can transfer your old eslint config manually.` For more information, see [https://eslint.org/docs/latest/use/migrate-to-9.0.0#flat-config](Migrate to v9.x).; |
Contributor
There was a problem hiding this comment.
Suggested change
| `EsLint version is already 9.0.0 or higher in this project. Found 'eslint' dependency with version '${packageJson.devDependencies?.eslint}' in package.json at path '${packageJsonPath}'` | |
| `ESLint version is already 9.0.0 or higher in this project. Found 'eslint' dependency with version '${packageJson.devDependencies?.eslint}' in package.json at path '${packageJsonPath}'` |
Contributor
Author
There was a problem hiding this comment.
Also I adjustes other occurrences of eslint to ESLint
Contributor
There was a problem hiding this comment.
Suggested change
| `\`npm install\` will be skipped. Please make sure to install the dependencies before executing any linting commands.` | |
| `\`npm install\` was skipped. Ensure you install the dependencies before executing any linting commands.` |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Add a new command
create convert eslint-configthat converts an existing eslint config of a project that is below eslint version 9 to eslint version 9.It also adds/upgrades
@sap-ux/eslint-plugin-fiori-toolsand removeseslint-plugin-fiori-custom.Additionally
skipInstalloption toadd eslint-configadd eslint-config