Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 1.2 KB

File metadata and controls

37 lines (26 loc) · 1.2 KB

Warning

This repository is discontinued as it merged into radiofrance/eslint-config-radiofrance.

eslint-config-radiofrance-typescript Build Status

ESLint shareable config extend from eslint-config-xo and eslint-config-xo-typescript

Install

$ npm install --save-dev eslint-config-radiofrance-typescript

Usage

Add some ESLint config to your package.json:

{
  "name": "my-awesome-project",
  "eslintConfig": {
    "extends": [
      "radiofrance",
      "radiofrance-typescript"
    ]
  }
}

Related

License

CECILL-B