Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 285 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 285 Bytes

@busybox/prettier-config

Installation

  • Install prettier and config
npm install --save-dev @busybox/prettier-config
  • In your project root .prettierrc.js
module.exports = {
  ...require('@busybox/prettier-config'),
};

Example