Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 711 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 711 Bytes

Contributor Guidelines

Getting Started

We recommend using Visual Studio Code as an editor, which will recommend some editor extensions on first load.

  • npm install to install required dependencies
  • npm run build to lint and build everything including docs
  • npm run lint to lint source
  • npm version <newversion> updates the version of this package
  • npm audit to audit dependencies for vulnerabilities

Configuration Details

Our codebase is written in Typescript and published as js with .d.ts files and sourcemaps. We use eslint and prettier together for linting.