1.0.32 • Published 4 years ago
@hairy/eslint v1.0.32
@hairy/eslint
eslint 的规则集,包含了 ts-vue | ts-react | ts | ts-uni 的规则。
Install
npm install eslint @hairy/eslint -D
Usage
- 编写
prettier规则package.json(其余方式引入都可使用:.prettierrc|prettier.config.js)
{
"prettier": "@hairy/eslint/prettier"
}- 编写 eslint 规则
.eslintrc.js(其余方式引入都可使用:.eslintrc|.eslintrc.js)
const typescript = require('@hairy/eslint/typescript.js')
module.exports = typescriptEslint extends options
所有 eslint 的配置集
- all:
@hairy/eslint/all - typescript:
@hairy/eslint/typescript - ts-react:
@hairy/eslint/ts-react - ts-uni-vue@2:
@hairy/eslint/ts-uni-vue@2 - ts-vue@2:
@hairy/eslint/ts-vue@2 - ts-vue@3:
@hairy/eslint/ts-vue@3
modules
对应模块使用的描述信息和依赖包
Basic eslint
/**
* @author: Mr.Mao
* @description: Basic eslint options
* @module eslint
* @module eslint-plugin-import
* @module eslint-plugin-eslint-comments
* @module eslint-plugin-jsonc
* @module eslint-plugin-yml
* @module eslint-config-prettier
* @module eslint-plugin-prettier
* @module prettier
* @module eslint-plugin-html
* @module eslint-plugin-unicorn
*/Typescript eslint
/**
* @author: Mr.Mao
* @description: Typescript eslint options
* @module eslint-plugin-import
* @module @typescript-eslint/parser
* @module @typescript-eslint/eslint-plugin
*/React eslint
/**
* @author: Mr.Mao
* @description: React eslint options
* @module eslint-plugin-react
*/Vue eslint
/**
* @author: Mr.Mao
* @description: Vue eslint options
* @module vue-eslint-parser
* @module eslint-plugin-vue
*/Uni eslint
/**
* @author: Mr.Mao
* @description: UniApp eslint options
*/1.0.32
4 years ago
1.0.19
4 years ago
1.0.18
4 years ago
1.0.16
4 years ago
1.0.21
4 years ago
1.0.26
4 years ago
1.0.25
4 years ago
1.0.24
4 years ago
1.0.23
4 years ago
1.0.29
4 years ago
1.0.28
4 years ago
1.0.27
4 years ago
1.0.31
4 years ago
1.0.30
4 years ago
1.0.15
4 years ago
1.0.14
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.13
4 years ago
1.0.12
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago
0.0.0
4 years ago