Skip to content

Commit

Permalink
Feat 6.0.x lint config (#149)
Browse files Browse the repository at this point in the history
* feat: update eslint rules

* docs(changeset): update eslint rules

* RELEASING: Releasing 2 package(s)

Releases:
  ko-lint-config@2.2.4
  ko-lints@4.0.4

[skip ci]

* chore: update eslint rules

* docs(changeset): update eslint rules

* rELEASING: Releasing 2 package(s)

Releases:
  ko-lint-config@2.2.5
  ko-lints@4.0.5

[skip ci]

* chore: update stylelint rules

* rELEASING: Releasing 2 package(s)

Releases:
  ko-lint-config@2.2.6
  ko-lints@4.0.6

[skip ci]

* chore: change prettier config

* docs(changeset): change prettier config

* releasing: Releasing 2 package(s)

Releases:
  ko-lint-config@2.2.7
  ko-lints@4.0.7

[skip ci]

* feat: lint config

* docs(changeset): lint config

* releasing: Releasing 2 package(s)

Releases:
  ko-lint-config@2.2.8
  ko-lints@4.0.8

[skip ci]

* feat: lint config

* docs(changeset): lint config

* releasing: Releasing 2 package(s)

Releases:
  ko-lint-config@2.2.9
  ko-lints@4.0.9

[skip ci]

* feat: stylelint version

* docs(changeset): stylelint version

* RELEASING: Releasing 2 package(s)

Releases:
  ko-lint-config@2.2.10
  ko-lints@4.0.10

[skip ci]

* docs(changeset): ko lint tsc

* RELEASING: Releasing 2 package(s)

Releases:
  ko-lint-config@2.2.11
  ko-lints@4.0.11

[skip ci]

* test: stylelint formatters need two params

* feat: eslint ts-ignore warning

* docs(changeset): eslint ts-ignore warning

* RELEASING: Releasing 2 package(s)

Releases:
  ko-lint-config@2.2.21
  ko-lints@4.0.21

[skip ci]

---------

Co-authored-by: liuyi <liuyi@dtstack.com>
  • Loading branch information
liuxy0551 and liuyi authored Jul 20, 2023
1 parent c7024f5 commit ceede1d
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 58 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
6 changes: 6 additions & 0 deletions packages/ko-lint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ko-lint-config

## 2.2.21

### Patch Changes

- 7f809f46: eslint ts-ignore warning

## 2.2.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ko-lint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ko-lint-config",
"version": "2.2.20",
"version": "2.2.21",
"description": "lint configs about eslint stylelint and prettier",
"main": "index.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/ko-lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ko-lints

## 4.0.21

### Patch Changes

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

## 4.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ko-lints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ko-lints",
"version": "4.0.20",
"version": "4.0.21",
"description": "lint tools used by ko",
"keywords": [
"ko",
Expand Down
107 changes: 51 additions & 56 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 ceede1d

Please sign in to comment.