Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/radiofrance/eslint-config-radiofrance
- Owner: radiofrance
- License: other
- Created: 2017-10-12T13:46:06.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T08:10:55.000Z (9 months ago)
- Last Synced: 2024-05-10T19:03:45.084Z (8 months ago)
- Topics: eslint, eslint-config, eslint-rules, nodejs
- Language: JavaScript
- Size: 37.1 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)