@pimred/eslint-config-pimred
v1.0.9
Published
Shared eslint configuration
Downloads
112
Readme
ESLint configuration used at pim.red
This configuration is based on StandardJS.
Installation
Install the custom eslint config
npm install --save-dev @pimred/eslint-config-pimred
Add the .eslintrc to the project
{
"extends": "@pimred/eslint-config-pimred"
}