1.2.0 • Published 7 years ago

eslint-config-friendly v1.2.0

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

eslint-config-friendly

Build Status

This eslint rules configuration is for Junior / Mid level developers who are looking for a consistent and non too much restrictive way to develop on JS using good practices.

Installation

npm & yarn:

npm install eslint eslint-config-friendly --save-dev

or

yarn add eslint eslint-config-friendly --dev

Usage

{
  "extends": "eslint-config-friendly",
  "rules": {
    // Overwrite the rules
  }
}

License

MIT