-
Notifications
You must be signed in to change notification settings - Fork 83
Labels
squad:platformIssue to be handled by the Platform team.Issue to be handled by the Platform team.type:taskThis issue reports a chore (non-production change) and other types of "todos".This issue reports a chore (non-production change) and other types of "todos".
Milestone
Description
Provide a description of the task
Part of ckeditor/ckeditor5#18475.
Definition of Done
- A pull request should target the
#epic/ck/18475-eslint9branch. - This repository uses ESLint@9.
- Upgrade the minimal Node.js version to
22.0.0because ESLint v9 requires Node version to match the range:^18.18.0 || ^20.9.0 || >=21.1.0. - Fix the potential issues reported by ESLint.
- Update the release scripts to remove the
engines.nodeproperty from the published npm package.
Technical details
- If the epic branch does not exist, create it on your own:
git checkout master && \ git fetch && \ git checkout -b epic/ck/18475-eslint9
Metadata
Metadata
Assignees
Labels
squad:platformIssue to be handled by the Platform team.Issue to be handled by the Platform team.type:taskThis issue reports a chore (non-production change) and other types of "todos".This issue reports a chore (non-production change) and other types of "todos".