Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into feat_6.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyFBB committed Aug 17, 2023
2 parents 0d8592d + ceede1d commit 6ee4a17
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
1 change: 1 addition & 0 deletions packages/ko-lint-config/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ module.exports = {
'@typescript-eslint/interface-name-prefix': 0,
'@typescript-eslint/no-empty-interface': 0,
'@typescript-eslint/ban-types': 0,
'@typescript-eslint/ban-ts-comment': 1,
'@typescript-eslint/no-empty-function': 0, // 允许函数内容为空
'@typescript-eslint/no-this-alias': [
// 允许 this 别名
Expand Down
5 changes: 5 additions & 0 deletions packages/ko-lint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
### Minor Changes

- 7921a2637: support pnpm@7.33.0
## 2.2.21

### Patch Changes

- 7f809f46: eslint ts-ignore warning

## 2.2.20

Expand Down
6 changes: 6 additions & 0 deletions packages/ko-lints/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

- Updated dependencies [7921a2637]
- ko-lint-config@2.3.0
## 4.0.21

### Patch Changes

- Updated dependencies [7f809f46]
- ko-lint-config@2.2.21

## 4.0.20

Expand Down
13 changes: 7 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ee4a17

Please sign in to comment.