Config files for building, testing, linting, formatting all packages in this monorepo.
commitlint.cjs
: configuration for commitlint, to enforce conventional commits.eslint.cjs
: configuration for ESLint.lint-staged.cjs
: configuration for lint-staged.prettier.cjs
: configuration for the Prettier (code formatter).semantic-release.cjs
: common configuration for semantic release and multi-semantic-release.tsconfig.base.json
: common configuration for tsc. All other tsc configuration files extend this file.tsconfig.base.json
: common configuration for tsc. All other tsc configuration files extend this file.tsconfig.nodejs-lib.json
: tsc configuration for Node.js libraries.tsconfig.nodejs-app.json
: tsc configuration for Node.js applications.