@tunnckocore/config

v3.0.1
All the configs for all the tools, in one place - plus their dependencies and peerDeps
tunnckocorehq scripts

@tunnckocore/config

All the configs for all the things, in one place - Prettier, Babel, ESLint, NYC, TypeScript

npm version Mozilla Public License 2.0 Keybase Twitter Become a Patron

Install

yarn add --dev @tunnckocore/config

Usage

Your .eslintrc.js in your project

module.exports = require('@tunnckocore/config/eslint')(process.cwd());

Your babel.config.js or .babelrc.js (it depends, but they behave a bit differently) in your project

module.exports = require('@tunnckocore/config/babel')(process.cwd());

Your .prettierrc.js in your project

module.exports = require('@tunnckocore/config/prettier');
npm i @tunnckocore/[email protected]

Metadata

  • Apache-2.0
  • Whatever
  • Charlike Mike Reagent
  • released 6/13/2019

Downloads