npm.io
2024.12.13-alpha.2308 • Published 1 year ago

@busybox/prettier-config

Licence
MIT
Version
2024.12.13-alpha.2308
Deps
0
Size
2 kB
Vulns
0
Weekly
0

@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