diff --git a/README.md b/README.md index 8dbaa1e..ca82a03 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,10 @@ Install with [npm](https://www.npmjs.com/): npm install textlint-rule-eslint eslint -:warning: textlint-rule-eslint 4+ requires eslint 8+. +Supported Versions: + +- `textlint-rule-eslint@5`: Support ESLint 9 +- `textlint-rule-eslint@4`: Support ESLint 8 ## Usage @@ -113,9 +116,6 @@ See [https://github.com/textlint/textlint/#fixable](https://github.com/textlint/ See [Releases page](https://github.com/textlint-rule/textlint-rule-eslint/releases). -- `textlint-rule-eslint@5`: Support ESLint 9 -- `textlint-rule-eslint@4`: Support ESLint 8 - ## Running tests Install devDependencies and Run `npm test`: