Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/radiofrance/eslint-config-radiofrance

ESLint shareable config
https://github.com/radiofrance/eslint-config-radiofrance

eslint eslint-config eslint-rules nodejs

Last synced: 2 months ago
JSON representation

ESLint shareable config

Awesome Lists containing this project

README

        

# eslint-config-radiofrance

> ESLint [shareable config](https://eslint.org/docs/latest/extend/shareable-configs.html) extend from [eslint-config-xo](https://github.com/xojs/eslint-config-xo) and [eslint-config-xo-typescript](https://github.com/xojs/eslint-config-xo-typescript)

## Install

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

## Usage

Add some ESLint config to your `package.json`:

```json
{
"name": "my-awesome-project",
"eslintConfig": {
"extends": "radiofrance"
}
}
```

## Related

- [eslint-config-xo](https://github.com/xojs/eslint-config-xo) - ESLint shareable config for XO
- [eslint-config-xo-typescript](https://github.com/xojs/eslint-config-xo-typescript) - ESLint shareable config for TypeScript to be used with eslint-config-xo

## License

[CECILL-B](https://spdx.org/licenses/CECILL-B.html)