Skip to content

loansolutionsph/eslint-config-loansolutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-loansolutions

A composable set of ESLint configurations.


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

About

Sharable ESLint configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published