ESLint shareable config extend from eslint-config-xo and eslint-config-xo-typescript
$ npm install --save-dev eslint-config-radiofrance
Add some ESLint config to your package.json
:
{
"name": "my-awesome-project",
"eslintConfig": {
"extends": "radiofrance"
}
}
- eslint-config-xo - ESLint shareable config for XO
- eslint-config-xo-typescript - ESLint shareable config for TypeScript to be used with eslint-config-xo