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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ Additional ESLint's rules for Node.js
16
16
$ npm install --save-dev eslint eslint-plugin-n
17
17
```
18
18
19
-
- Requires Node.js `>=8.10.0`
20
-
- Requires ESLint `>=5.16.0`
19
+
- Requires Node.js `>=12.22.0`
20
+
- Requires ESLint `>=7.0.0`
21
21
22
22
**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