Skip to content

Repository files navigation

penjj-style npm versionBuild Status

个人代码风格规则封装

包含vue、solidjs、astro、react等框架代码风格封装,同时也包括了 prettier、typescript、stylelint等规则封装。

优点在于简化配置过程,不需要去繁琐的安装各类规则插件,并且通过package.json单个文件进行配置,无需额外的文件,即可使用。

Install

pnpm i @penjj/eslint-config @penjj/stylelint -D

Usage

// package.json// 无需安装 eslint、prettier等依赖{"eslintConfig": {"extends": "@penjj"},"prettier": "@penjj/prettier-config","stylelint": "@penjj/stylelint"}

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors