Overview
Less than 1 minute
Overview
The @hz-9/lint-nx monorepo provides a collection of JavaScript/TypeScript lint configurations, managed with Nx and pnpm.
Projects
@hz-9/eslint-config-airbnb
An ESLint configuration for JavaScript projects, based on Airbnb's style guide:
- Profiles:
index,airbnb-base,airbnb-prettier - Flat Config: Full flat config support via
/flatentry - Customization: Extendable and composable profiles
@hz-9/eslint-config-airbnb-ts
An ESLint configuration for TypeScript projects, based on Airbnb's style guide:
- Profiles:
index,airbnb-ts,airbnb-prettier - Flat Config: Split into
base(no type info) andtyped(type-aware) fragments - TypeScript: Supports
@typescript-eslintv8 with type-aware rules
@hz-9/prettier-config
A Prettier configuration for consistent code formatting:
- Profiles:
index,service-common,service-sort-imports - Plugins: Built-in
@trivago/prettier-plugin-sort-importssupport - Integration: Works seamlessly with ESLint configs