Configurations
A monorepo containing all of our shareable configuration files.
- browserslist-config - A Browserslist configuration for all browsers and devices supported.
- bundlewatch-config - A Bundlewatch configuration for for monitoring package scope creep.
- commitlint-config - A CommitLint configuration for writing Git commits.
- eslint-config - An ESLint configuration for writing well-formed Javascript.
- jest-config - A Jest preset for testing code.
- lint-staged-config - A Lint Staged configuration for linting code that has been staged in Git.
- prettier-config - A Prettier configuration for formatting libraries.
- tsconfig - A TypeScript configuration for checking types.
Check out @theholocron/configs
๐ฆ Installation
The following pattern will install any package; swap out <lib>
for anyone of the packages listed below to install.
npm install --save-dev @theholocron/<lib>
๐งช Usage
Check the README for each configuration within the packages
directory for specific usage instructions.