UNPKG

eslint-config-radiofrance

Version:
32 lines (21 loc) 844 B
# 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)