UNPKG

@radicalcondor/lintstaged-config

Version:

Lint Staged config for Radical Condor repositories

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