@ncontiero/eslint-config 5.1.1 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,7 +26,7 @@ Nicolas's ESLint config preset for JavaScript, TypeScript, and Prettier.
26
26
  npm i -D eslint @ncontiero/eslint-config
27
27
  ```
28
28
 
29
- > Require Node.js >= 18.18, and ESLint >= 9.20.0.
29
+ > Require Node.js >= 20.11.0, and ESLint >= 9.20.0.
30
30
 
31
31
  2. Create `eslint.config.mjs` in your project root:
32
32