1.0.9 • Published 1 year ago

@pimred/eslint-config-pimred v1.0.9

Weekly downloads
1
License
ISC
Repository
-
Last release
1 year ago

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