eslint-config-loansolutions

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-loansolutions

Weekly Downloads

1

Version

2.0.0

License

MIT

Last publish

Collaborators

  • rtorino