UNPKG

@radicalcondor/prettier-config

Version:

Prettier config for Radical Condor repositories

28 lines (20 loc) 943 B
[![MIT Licensed][icon-license]][link-license] [![NPM Version][icon-npm]][link-npm] [![Test Coverage][icon-coverage]][link-coverage] Prettier config for Radical Condor repositories ## Installation ```bash yarn add -D @radicalcondor/prettier-config npx install-peerdeps @radicalcondor/prettier-config ``` ## Usage Create a `.prettierrc.js` in your project with the following: ```js module.exports = require('@radicalcondor/prettier-config'); ``` [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/prettier-config.svg?longCache=true&style=flat-square [link-npm]: https://www.npmjs.com/package/@radicalcondor/prettier-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