Skip to content

Commit

Permalink
Meta: Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 7, 2024
1 parent bc17428 commit e3ce193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"main": "index.js",
"sideEffects": false,
"engines": {
"node": ">=16"
"node": ">=18.18"
},
"scripts": {
"create-rule": "node ./scripts/create-rule.mjs && npm run fix:eslint-docs",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -17,7 +17,7 @@ npm install --save-dev eslint eslint-plugin-unicorn

## Usage (`eslint.config.js`)

**Requires ESLint `>=8.23.0`.**
**Requires ESLint `>=8.56.0`.**

Use a [preset config](#preset-configs-eslintconfigjs) or configure each rule in `eslint.config.js`.

Expand Down

0 comments on commit e3ce193

Please sign in to comment.