My configuration for the ESLint / Prettier / TypeScript
packages/commitlint-config
: My commitlint configuration for general projects.packages/cspell-config
: My CSpell configuration for general projects.packages/eslint-config-base
: My ESLint configuration for general projects.packages/eslint-config-react
: My ESLint configuration for React projects.packages/eslint-config-solid
: My ESLint configuration for Solid.js projects.packages/lint-staged-config
: My lint-staged configuration for general projects.packages/markdownlint-config
: My Markdownlint configuration for general projects.packages/prettier-config
: My Prettier configuration for general projects.packages/typescript-config
: My TypeScript configuration for general projects.
- Node.js v18 (LTS Hydrogen) or later
corepack enable
corepack up
Welcome to contribute to this repository! For more details, please refer to CONTRIBUTING.md.
Introduce commit message validation at commit time. “Conventional Commits” rule is applied to discourage committing messages that violate conventions.
MIT