busyhe
JavaScript Style - ESLint Shareable Config
Install
npm install @busyhe/eslint-config
Usage
If you want to set up the config manually, run the following command:
npm install --save-dev @busyhe/eslint-config eslint-plugin-promise eslint-plugin-import eslint-plugin-n
Then, add this to your .eslintrc file:
{
"extends": "@busyhe"
}