1.0.3 • Published 2 years ago

@busyhe/eslint-config v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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"
}

License

MIT