This website is under major construction!

@andrewmcodes/prettier-config

Install #

yarn add -D @andrewmcodes/prettier-config

Usage #

Add the following to your package.json:

{
"prettier": "@andrewmcodes/prettier-config"
}

or add the following to your .prettierrc:

"@andrewmcodes/prettier-config"

Overrides #

# .prettierrc.js
 
module.exports = {
...require("@andrewmcodes/prettier-config"),
singleQuote: true,
};