Skip to content

HarperDB/code-guidelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

  1. npm i @harperdb/code-guidelines

  2. Add "prettier": "@harperdb/code-guidelines/prettier" to package.json.

  3. 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!

About

Coding Guidelines for HarperDB repositories.

Resources

License

Stars

Watchers

Forks

Packages

No packages published