5.0.0 • Published 4 years ago
@slimio/eslint-config v5.0.0
ESLint Configuration
SlimIO ESLint configuration
Requirements
- Node.js v12 or higher
Getting Started
This package is available in the Node Package Repository and can be easily installed with npm or yarn.
$ npm i @slimio/eslint-config -D
# or
$ yarn add @slimio/eslint-config -DUsage example
Create an .eslintrc file at the root of your project with the following (JSON) content:
{
"extends": "@slimio/eslint-config"
}Edit the file as you want by adding custom rules if required !
Why ?
| rule name | value | why we choose this configuration |
|---|---|---|
| indent | 4 | We are considering indent 2 not enougth for code visibility/readability |
| semi | always | We are following the official TC39 ASI recommandation |
Dependencies
| Name | Refactoring | Security Risk | Usage |
|---|---|---|---|
| @iarna/toml | Minor | Low | TBC |
| babel-eslint | Minor | High | TBC |
| eslint | Minor | High | TBC |
| eslint-plugin-jsdoc | Minor | High | TBC |
License
MIT
5.0.0
4 years ago
4.1.0
6 years ago
4.0.0
6 years ago
4.0.0-next.3
6 years ago
4.0.0-next.2
6 years ago
4.0.0-next.1
6 years ago
4.0.0-next.0
6 years ago
3.0.3
6 years ago
3.0.2
6 years ago
3.0.1
6 years ago
3.0.0
6 years ago
2.0.4
7 years ago
2.0.3
7 years ago
2.0.2
7 years ago
2.0.1
7 years ago
2.0.0
7 years ago
1.1.8
7 years ago
1.1.7
7 years ago
1.1.6
7 years ago
1.1.5
8 years ago
1.1.4
8 years ago
1.1.3
8 years ago
1.1.2
8 years ago
1.1.1
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago