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
[ESLint](https://eslint.org/) statically analyzes your code to quickly find problems. It is built into most text editors and you can run ESLint as part of your continuous integration pipeline.
4
+
5
+
## Prerequisites
6
+
7
+
To use ESLint, you must have [Node.js](https://nodejs.org/en/) LTS installed
8
+
and built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.)
0 commit comments