Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 615 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 615 Bytes

@allindevelopers/prettier-config

@allindevelopers and @iamandrewluca personal prettier config

Usage

Install:

npm install --dev @allindevelopers/prettier-config
  • Add to package.json:
{
	// ...
	"prettier": "@allindevelopers/prettier-config"
}
  • Add to .prettierrc.json:
"@allindevelopers/prettier-config"
  • Add to .prettierrc.js:
module.exports = {
	...require("@allindevelopers/prettier-config"),
	// ...
};

Release new version

npx np