diff --git a/packages/document/main-doc/docs/en/guides/deprecated.md b/packages/document/main-doc/docs/en/guides/deprecated.md index 092c40206421..6737b066345e 100644 --- a/packages/document/main-doc/docs/en/guides/deprecated.md +++ b/packages/document/main-doc/docs/en/guides/deprecated.md @@ -14,4 +14,4 @@ The Monorepo solution previously provided by Modern.js was implemented based on The test capability previously provided by Modern.js was a simple wrapper based on Jest, which led to issues such as unintuitive Jest configuration and more complex user configuration. In version [v2.53.0](https://github.com/web-infra-dev/modern.js/releases/tag/v2.53.0), the option to enable the test feature in application and module projects has been removed. It is recommended to directly use the testing solutions provided by the community. -Previously, Modern.js provided a comprehensive set of ESLint rules, including @modern-js (for Node.js project linting rules) and @modern-js-app (for frontend project linting rules). In version [v2.59.1](https://github.com/web-infra-dev/modern.js/releases/tag/v2.59.1), we officially removed these rule sets. We encourage developers to choose appropriate code standard tools based on their needs, either by directly using ESLint with community-recommended rules or by using Biome to enhance code formatting performance. +Previously, Modern.js provided a comprehensive set of ESLint rules, including @modern-js (for Node.js project linting rules) and @modern-js-app (for frontend project linting rules). In version [v2.60.0](https://github.com/web-infra-dev/modern.js/releases/tag/v2.60.0), we officially removed these rule sets. We encourage developers to choose appropriate code standard tools based on their needs, either by directly using ESLint with community-recommended rules or by using Biome to enhance code formatting performance.