0.5.0 • Published 3 years ago
@lukeshay/prettier-config v0.5.0
@lukeshay/prettier-config
The prettier config I use on my projects.
Getting Started
Install using the package manager of your choice.
npm i -D prettier @lukeshay/prettier-configpnpm i -D prettier @lukeshay/prettier-configyarn add -D prettier @lukeshay/prettier-configCreate a file named .prettierrc.cjs with the following contents.
module.exports = {
  ...require("@lukeshay/prettier-config"),
};