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

radiofrance/eslint-config-radiofrance-typescript

Repository files navigation

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