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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ ESLint is a tool for identifying and reporting on patterns found in ECMAScript/J
43
43
44
44
##Installation and Usage
45
45
46
-
Prerequisites:[Node.js](https://nodejs.org/) (`^12.22.0`,`^14.17.0`, or`>=16.0.0`) built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.)
46
+
Prerequisites:[Node.js](https://nodejs.org/) (`^18.18.0`,`^20.9.0`, or`>=21.1.0`) built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.)
47
47
48
48
You can install and configure ESLint using this command:
Copy file name to clipboardExpand all lines: docs/src/use/getting-started.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
@@ -1,7 +1,7 @@
1
1
---
2
2
title:Getting Started with ESLint
3
3
eleventyNavigation:
4
-
key:getting started
4
+
key:getting started
5
5
parent:use eslint
6
6
title:Getting Started
7
7
order:1
@@ -14,7 +14,7 @@ ESLint is completely pluggable. Every single rule is a plugin and you can add mo
14
14
15
15
##Prerequisites
16
16
17
-
To use ESLint, you must have[Node.js](https://nodejs.org/en/) (`^12.22.0`,`^14.17.0`, or`>=16.0.0`) installed and built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.)
17
+
To use ESLint, you must have[Node.js](https://nodejs.org/en/) (`^18.18.0`,`^20.9.0`, or`>=21.1.0`) installed and built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.)