Skip to content

cowcoders/eslint-config-base

Repository files navigation

@cowcoders/eslint-config-base

ESLint config basic configuration 🐄


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