merlindorin / eslint-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Renault Digital ESLint config

Installation

npm install --save-dev @renault-digital/eslint-config

# or

yarn add --dev @renault-digital/eslint-config

Then, configure ESLint with one or more .eslintrc.json files as appropriate.

Example configurations

Bellow are some potential recommended uses:

A typical Server project with NodeJS and Mocha tests

.eslintrc.json:

{
  "extends": "@renault-digital/eslint-config/server"
}

Proposing changes

Major changes should be discussed GitHub.

Semver policy

Same approach as in ESLint, see Semantic Versioning Policy.

About

License:MIT License