0.1.1 • Published 5 years ago

@jaydp17/eslint-config v0.1.1

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

@jaydp17/eslint-config

ESLint config for all my personal projects

▶️ Usage

Install the config to you project

$ npm install --save-dev @jaydp17/eslint-config

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

{
  "extends": ["@jaydp17"],
  // other stuff
}

💚 Credits

🎓 LICENSE

MIT