Personal configurations for Nelson Lai projects.
This monorepo contains shared configuration packages for various tools used across Nelson Lai's projects, including ESLint, Oxlint, Oxfmt, Prettier, and TypeScript.
A shared Oxlint configuration to enforce consistent code style and best practices.
npm i -D @nelsonlaidev/oxlint-configCustom ESLint rules for Nelson Lai projects.
npm i -D @nelsonlaidev/eslint-pluginA shared ESLint configuration for consistent linting across Nelson Lai projects.
npm i -D @nelsonlaidev/eslint-configA shared Oxfmt configuration to ensure consistent code formatting.
npm i -D @nelsonlaidev/oxfmt-configA shared Prettier configuration.
npm i -D @nelsonlaidev/prettier-config prettier-plugin-packagejsonA shared TypeScript configuration to standardize TypeScript compiler options.
npm i -D @nelsonlaidev/typescript-configThis project is inspired by the excellent work from:
This project is licensed under the MIT License.