@harperdb/code-guidelines
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.
Quick Start
-
npm i @harperdb/code-guidelines
-
Add "prettier": "@harperdb/code-guidelines/prettier"
to package.json.
-
Run npx prettier .
Formatting
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.
Linting
Coming soon!
Type Checking
Coming soon!