0.0.1 • Published 12 months ago

@sncf/eslint-config v0.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
12 months ago

eslint-config-sncf

An eslint-config made for TypeScript.

Installation

npm i --save-dev @sncf/eslint-config

Usage

Once the @sncf/eslint-config package is installed, you can use it by specifying "@sncf/eslint-config" in the extends section of your ESLint configuration.

{
  "extends": "@sncf/eslint-config",
  "rules": {
    // Additional, per-project rules...
  }
}