2.0.0 • Published 4 years ago

eslint-config-slimons v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

eslint-config-slimons

ESLint configuration file for frontend stack used in all projects of Slimons.

Installation

You can install this package using the following npm command:

$ npm install -g eslint-config-slimons

Usage

In order to use this configuration in our project, we should puts the following code in our .eslintrc.yml:

---
extends: slimons

or .eslintrc.js:

{
    "extends": "slimons"
}

License

Released under MIT license.