@uni-helper/eslint-config
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

@uni-helper/eslint-config

License

npm

npm downloads

基于 Anthony's ESLint Config、适用于 uni-app 项目的 ESLint Config。

  • 支持 uni-app 项目
  • 支持对 manifest.json 排序
  • 支持对 pages.json 排序
  • 支持对 theme.json 排序
eslint @antfu/eslint-config @uni-helper/eslint-config
>=8.40.0 ^2.25.0 ^0.1.0
^9.5.0 ^3.0.0 ^0.2.0

用法

手动安装

pnpm i -D eslint @antfu/eslint-config @uni-helper/eslint-config

在项目根目录创建 eslint.config.mjs

// eslint.config.mjs
import uniHelper from '@uni-helper/eslint-config'

export default uniHelper()

修改 package.json scripts

{
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  }
}

更多配置及选项请查看 @antfu/eslint-config 的文档,如:

Readme

Keywords

Package Sidebar

Install

npm i @uni-helper/eslint-config

Weekly Downloads

740

Version

0.2.1

License

MIT

Unpacked Size

17.6 kB

Total Files

8

Last publish

Collaborators

  • zguolee
  • modyqyw
  • kejunmao