You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Additional ESLint's rules for Node.js
12
12
npm install --save-dev eslint eslint-plugin-n
13
13
```
14
14
15
-
- Requires Node.js `>=12.22.0`
15
+
- Requires Node.js `>=16.0.0`
16
16
- Requires ESLint `>=7.0.0`
17
17
18
18
**Note:** It recommends a use of [the "engines" field of package.json](https://docs.npmjs.com/files/package.json#engines). The "engines" field is used by `n/no-unsupported-features/*` rules.
0 commit comments