We recommend using Visual Studio Code as an editor, which will recommend some editor extensions on first load.
npm install
to install required dependenciesnpm run build
to lint and build everything including docsnpm run lint
to lint sourcenpm version <newversion>
updates the version of this packagenpm audit
to audit dependencies for vulnerabilities
Our codebase is written in Typescript and published as js
with .d.ts
files and sourcemaps
.
We use eslint and prettier together for linting.