UNPKG

@radicalcondor/eslint-config

Version:

ESLint config for Radical Condor repositories

31 lines (22 loc) 906 B
[![MIT Licensed][icon-license]][link-license] [![NPM Version][icon-npm]][link-npm] [![Test Coverage][icon-coverage]][link-coverage] ESLint config for Radical Condor repositories ## Installation ```bash yarn add -D @radicalcondor/eslint-config npx install-peerdeps @radicalcondor/eslint-config ``` ## Usage Create an `.eslintrc` in your project with the following: ```json { "extends": "@radicalcondor" } ``` [icon-license]: https://img.shields.io/github/license/cubedevinc/config.svg?longCache=true&style=flat-square [link-license]: LICENSE [icon-npm]: https://img.shields.io/npm/v/@radicalcondor/eslint-config.svg?longCache=true&style=flat-square [link-npm]: https://www.npmjs.com/package/@radicalcondor/eslint-config [icon-coverage]: https://img.shields.io/codecov/c/github/cubedevinc/config/develop.svg?longCache=true&style=flat-square [link-coverage]: https://codecov.io/gh/cubedevinc/config