ESLint config basic configuration 🐄
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
To usage this eslint configuration you only need to add it in your eslintrc file like this:
module.exports = {
extends: '@cowcoders/eslint-config-base'
}
MIT