Configurations
A monorepo containing all of our shareable configuration files.
Check out @theholocron/configs
Installation
The following pattern will install any package; swap out <lib>
for anyone of the packages listed below to install.
Usage
Check the README for each configuration within the packages
directory for specific usage instructions.
The Packages We Maintain
- browserslist-config - A Browserslist configuration for all browsers and devices supported.
- bundlewatch-config - A Bundlewatch configuration for all 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.
Documentation
Given the straightforwardness of these configuration files, the best way to find out what’s available is to dig through source code, as each directory has a README file to describe each feature.