0.0.1 • Published 2 years ago

@epcor/prettier-config v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@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
};