0.7.0 • Published 5 months ago

@lshay/prettier-config v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@lshay/prettier-config

The prettier config I use on my projects.

Getting Started

Install using the package manager of your choice.

npm i -D prettier @lshay/prettier-config
pnpm i -D prettier @lshay/prettier-config
yarn add -D prettier @lshay/prettier-config

Create a file named .prettierrc.cjs with the following contents.

module.exports = {
	...require("@lshay/prettier-config"),
}