@cowcoders/eslint-config-base
v1.1.2
Published
ESLint config basic configuration
Downloads
81
Readme
Installation
To install this package only need to execute in your project
npm install --save-dev @cowcoders/eslint-config-base
Or if you prefer yarn...
yarn add -D @cowcoders/eslint-config-base
Usage
To usage this eslint configuration you only need to add it in your eslintrc file like this:
module.exports = {
extends: '@cowcoders/eslint-config-base'
}
LICENSE
MIT