Licence
CECILL-B
Version
4.1.2
Deps
6
Size
25 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated
eslint-config-radiofrance-typescript 
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
- eslint-config-xo - ESLint shareable config for XO
- eslint-config-xo-typescript - ESLint shareable config for XO and TypeScript