This repository contains code guideline tools and configurations for the HarperDB organization.
Currently this only exports a shared Prettier configuration. More tools will be added soon.
-
npm i @harperdb/code-guidelines
-
Add
"prettier": "@harperdb/code-guidelines/prettier"
to package.json. -
Run
npx prettier .
We use Prettier for formatting. The default config is exported under the /prettier
path (i.e. @harperdb/code-guidelines/prettier
).
Review the Sharing Configurations documentation for more information how to use or extend the base config.
Coming soon!
Coming soon!