2.3.0 • Published 4 years ago
eslint-config-kodypay v2.3.0
kodypay-eslint-config
This package provides shareable ESLint configurations for TypeScript projects to ensure consistency.
Installation
npm i kodypay-eslint-config --save-devNext, add an eslintConfig member to your project's package.json. At a minimum, this config file must include an extends member:
{
"eslintConfig": {
"extends": "tschaub"
}
}