@pengzhanbo/eslint-config
v1.19.0
Published
Fork for [@antfu/eslint-config](https://github.com/antfu/eslint-config).
Downloads
506
Readme
@pengzhanbo/eslint-config
Fork for @antfu/eslint-config.
与 @antfu/eslint-config 不同的是, 将 framework 相关的配置划分为独立的 eslint 配置包。
包括 vue
、 react
等都移动到其他的 package 中,只保留 通用的配置,
再根据项目的需求引入对应的 package。 并添加了 solid-js
, svelte
等的配置支持。
Documentation
Usage
Install
pnpm add @pengzhanbo/eslint-config
Configuration
eslint.config.js
import eslintConfig from '@pengzhanbo/eslint-config'
export default eslintConfig()