Skip to content

nelsonlaidev/config

Repository files navigation

Config

Personal configurations for Nelson Lai projects.

This monorepo contains shared configuration packages for various tools used across Nelson Lai's projects, including ESLint, Prettier, and TypeScript.

Packages

A shared ESLint configuration to enforce consistent code style and best practices.

npm i -D @nelsonlaidev/eslint-config

A shared Prettier configuration to ensure consistent code formatting.

npm i -D @nelsonlaidev/prettier-config prettier-plugin-packagejson

A shared TypeScript configuration to standardize TypeScript compiler options.

npm i -D @nelsonlaidev/typescript-config

Credits

This project is inspired by the excellent work from:

License

This project is licensed under the MIT License.