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