2.0.0 • Published 8 years ago

eslint-config-loansolutions v2.0.0

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

Installation

Install this config package and ESLint:

$ npm install --save-dev eslint-config-loansolutions

Usage

This package is made for for ESLint 0.24.1+

To consume and extend this config in ESLint just add the extends attribute to your .eslintrc. For more details about how shareable configs work, see the ESLint documentation.

---
"extends":
  - "loansolutions"

Piecemeal Configurations

ESLint configuration is broken apart in ./rules containing ESLint's rules and rules for specific ESLint plugins. The full set of ESLint rules are broken into categories that mirror ESLint's documentation. Under each rule type there are sets of configuration for every rule in the category.

And A Special Thanks To


License

MIT License