Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@epcor/prettier-config

zhilidali17MIT0.0.1

best prettier config

readme

@epcor/prettier-config

Best prettier config

Usage

npm i -D @epcor/prettier-config;

@epcor/prettier-config does not install prettier for you. You must install these yourself.

Then, in your .prettierrc.*:

module.exports = {
  ...require('./packages/prettier-config'),
  // others options
};