Skip to content

Commit

Permalink
ci: publish 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxudong13804 committed Jan 29, 2024
1 parent a0a290e commit f029cf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,6 @@ npx @afuteam/eslint-plugin-fe@latest --type=react-ts --path=src/
```

## 规则
2.0.1 默认禁止lint 的行内disable注释;但支持打开 **--allowInlineConfig=true**
2.0.1
1. 默认禁止lint 的行内disable注释;但支持npx方式来打开 **--allowInlineConfig=true**
2. 忽略 min.js iconfont.js 结尾的js文件
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@afuteam/eslint-plugin-fe",
"version": "2.0.0",
"version": "2.0.1",
"description": "AfuTeam ESLint Plugin",
"main": "./lib/index.js",
"exports": {
Expand Down

0 comments on commit f029cf6

Please sign in to comment.