README
@warungpintar/eslint-config-base
Warung Pintar's base ESLint config, under the hood we are extending and overriding xo's lint config.
Installation
yarn add --dev @warungpintar/eslint-config-base eslint
Usage
After installing, update your project's .eslintrc.js
file to import the rule sets you want:
{
"extends" : [
"@warungpintar/eslint-config-base"
]
}
Read the ESlint config docs for more information.