Skip to content

Commit

Permalink
Release 0.6.0 (#116)
Browse files Browse the repository at this point in the history
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

Co-authored-by: Boshen <Boshen@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Boshen authored Jul 11, 2024
1 parent a1900a4 commit a5bae76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rules-by-category.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const pedanticRules = {
'unicorn/no-instanceof-array': 'off',
'unicorn/no-lonely-if': 'off',
'unicorn/no-negated-condition': 'off',
'unicorn/no-negation-in-equality-check': 'off',
'unicorn/no-new-buffer': 'off',
'unicorn/no-object-as-default-parameter': 'off',
'unicorn/no-static-only-class': 'off',
Expand Down Expand Up @@ -163,6 +164,7 @@ const styleRules = {
'jest/prefer-comparison-matcher': 'off',
'jest/prefer-equality-matcher': 'off',
'jest/prefer-expect-resolves': 'off',
'jest/prefer-hooks-in-order': 'off',
'jest/prefer-hooks-on-top': 'off',
'jest/prefer-jest-mocked': 'off',
'jest/prefer-lowercase-title': 'off',
Expand Down Expand Up @@ -349,7 +351,6 @@ const correctnessRules = {
'unicorn/no-document-cookie': 'off',
'unicorn/no-empty-file': 'off',
'unicorn/no-invalid-remove-event-listener': 'off',
'unicorn/no-negation-in-equality-check': 'off',
'unicorn/no-new-array': 'off',
'unicorn/no-single-promise-in-promise-methods': 'off',
'unicorn/no-thenable': 'off',
Expand Down
1 change: 1 addition & 0 deletions src/rules-by-scope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ const jestRules = {
'jest/prefer-comparison-matcher': 'off',
'jest/prefer-equality-matcher': 'off',
'jest/prefer-expect-resolves': 'off',
'jest/prefer-hooks-in-order': 'off',
'jest/prefer-hooks-on-top': 'off',
'jest/prefer-jest-mocked': 'off',
'jest/prefer-lowercase-title': 'off',
Expand Down

0 comments on commit a5bae76

Please sign in to comment.