Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 430 Bytes

eslint.md

File metadata and controls

14 lines (10 loc) · 430 Bytes

ESLint, Find and fix problems in your JavaScript code

Two files called .eslintrc.json and .eslintignore are added to the root of the repository which contains the coding standards and files excluded from analysis.

A third file called package.json is added which contains the needed npm modules. Run npm install after the installation in order to enable ESLint:

npm install

ESLint