eslint-config-loansolutions
v2.0.0
Published
A set of eslint configurations for loansolutions.ph
Downloads
6
Maintainers
Readme
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
- Nicholas C. Zakas for all the amazing work on ESLint
- AirBnB for sharing all of their config in JavaScript Style Guide