Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.53 KB

File metadata and controls

31 lines (20 loc) · 1.53 KB

Standards

English / 简体中文

Introduction

A collection of personal frontend development standards and utility libraries, including:

  • @itaober/eslint-config: Based on ESLint v19, provides an out-of-the-box Flat config that supports TypeScript, React, and other mainstream tech stacks.
  • @itaober/prettier-config: Offers a set of predefined Prettier configurations to help quickly unify code formatting and achieve consistent, standardized code style.
  • @itaober/tsconfig: Provides a set of TypeScript configuration files suitable for different types of projects, including base configuration, React application configuration, Node.js configuration, and more.
  • @itaober/commitlint-config: Offers a set of predefined commitlint rules and configurations to help standardize code commit messages.

Installation

pnpm add @itaober/eslint-config @itaober/prettier-config @itaober/tsconfig @itaober/commitlint-config -D

Usage

Please refer to each package's documentation for detailed usage instructions:

License

License MIT