1.0.9 • Published 1 year ago
@pimred/eslint-config-pimred v1.0.9
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"
}