1.0.0 • Published 7 years ago

@please.com/eslint-config v1.0.0

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

@please.com/eslint-config

ESLint config used across all Please.com projects.

▶️ Usage

Install the config to you project

$ npm install --save-dev @please.com/eslint-config

Then, add @please.com/eslint-config to the extends array in your .eslintrc.*

{
  "extends": ["@please.com"],
  // other stuff
}

💚 Credits

🎓 LICENSE

MIT