Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 635 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 635 Bytes

JS Boilerplate ESLint Config

npm node

ESLint configuration for @lipemat/js-boilerplate and plugins.

Usage

Used directly inside of @lipemat/js-boilerplate so it does not need to be added to your project, although if you are using Yarn V2 with PNP, you will need to add eslint to your package to allow PHPStorm to use ESLint.

{
  "devDependencies": {
    "eslint": "^8",
  }
}