Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 399 Bytes

Eslint.md

File metadata and controls

27 lines (17 loc) · 399 Bytes

Eslint

Prerequisites

To use ESLint, you must have Node.js installed and built with SSL support.

Installation

Install node modules by executing the following command:

npm install

Execution

To analyze the code in the specific folder and file run:

npx eslint project-dir/ file1.js

To analyze the code for the whole project run:

npx eslint ./