You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- the `pnpm run test` commands also run the linter after tests
6
+
- use `pnpm run -r format` (or individually in packages) to format code with prettier
7
+
8
+
## Documentation
9
+
10
+
- prefer verbose jsdoc comments for all public methods and classes
11
+
- TypeDoc and vitepress will generate documentation from these comments in the `./docs/api` folder
12
+
- module level jsdocs will be used for organization; for example packages/b2c-tooling/src/auth/index.ts barrel file has the module level docs for the `auth` module
13
+
- see the typedoc.json file for configuration options including the entry points for documentation generation
0 commit comments