diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a7a775..9a00490 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,14 +57,8 @@ jobs: - eslint: 6 node: 18 os: ubuntu-latest - - eslint: 5 - node: 18 - os: ubuntu-latest - - eslint: 4 - node: 18 - os: ubuntu-latest # On the minimum supported ESLint/Node.js version - - eslint: 4.19.1 + - eslint: 6.0.0 node: 12.22.0 os: ubuntu-latest runs-on: ${{ matrix.os }} diff --git a/docs/README.md b/docs/README.md index 0aa328b..3fc269e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -27,7 +27,7 @@ npm install --save-dev eslint @eslint-community/eslint-plugin-eslint-comments ::: tip Requirements - Node.js `^12.22.0 || ^14.17.0 || >=16.0.0` -- ESLint `4.19.1` or newer. +- ESLint `^6.0.0 || ^7.0.0` ::: ## 📖 Usage diff --git a/package.json b/package.json index eee6136..96d5508 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lib" ], "peerDependencies": { - "eslint": ">=4.19.1" + "eslint": "^6.0.0 || ^7.0.0" }, "dependencies": { "escape-string-regexp": "^1.0.5",