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.
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
This project is inspired by the excellent work from:
This project is licensed under the MIT License.