Skip to content

lipemat/eslint-config

Repository files navigation

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",
  }
}