@lukeshay/prettier-config
v0.5.0
Published
The prettier config I use on my projects.
Downloads
13
Readme
@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-config
pnpm i -D prettier @lukeshay/prettier-config
yarn add -D prettier @lukeshay/prettier-config
Create a file named .prettierrc.cjs
with the following contents.
module.exports = {
...require("@lukeshay/prettier-config"),
};