4.1.2 • Published 7 months ago

eslint-config-radiofrance-typescript v4.1.2

Weekly downloads
3
License
CECILL-B
Repository
github
Last release
7 months ago

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