1.2.1 • Published 5 years ago

@badi/eslint-config v1.2.1

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

eslint-config

eslint shareable configuration for Badi web projects.

Installation

  1. Install the package and it's dependencies (if not presented in the project)

npm: npm install --save-dev @badi/eslint-config eslint babel-eslint

yarn: yarn --dev @badi/eslint-config eslint babel-eslint

  1. Add it to your .eslint configuration file
{
  "extends": "@badi/eslint-config"
}
  1. Voilà! 🎊 you have the configuration in your project.