@lipemat/eslint-config
v5.2.0
Published
Eslint configuration for all @lipemat packages
Readme
JS Boilerplate ESLint Config
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": "^9",
}
}
