Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.34 KB

README.zh_CN.md

File metadata and controls

37 lines (25 loc) · 1.34 KB

tomjs/config

English | 中文

前端项目代码规范整理,方便快速搭建项目

使用

pnpm 为例

通用

pnpm add -D eslint prettier @tomjs/eslint @tomjs/prettier @tomjs/tsconfig

commitlint

pnpm add -D husky lint-staged @commitlint/cli @tomjs/commitlint

style

pnpm add -D stylelint @tomjs/stylelint

Packages

名称 版本 node
@tomjs/commitlint npm node-current (scoped)
@tomjs/eslint npm node-current (scoped)
@tomjs/prettier npm node-current (scoped)
@tomjs/stylelint npm node-current (scoped)
@tomjs/tsconfig npm node-current (scoped)