Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update eslint-doc-generator #1324

Merged
merged 1 commit into from
Jan 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/rules/no-if.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Disallow conditional logic (`no-if`)

❌ This rule is deprecated. It was replaced by
[`jest/no-conditional-in-test`](../../docs/rules/no-conditional-in-test.md).
[`jest/no-conditional-in-test`](no-conditional-in-test.md).

<!-- end auto-generated rule header -->

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4532,8 +4532,8 @@ __metadata:
linkType: hard

"eslint-doc-generator@npm:^1.0.0":
version: 1.3.0
resolution: "eslint-doc-generator@npm:1.3.0"
version: 1.4.1
resolution: "eslint-doc-generator@npm:1.4.1"
dependencies:
"@typescript-eslint/utils": ^5.38.1
ajv: ^8.11.2
Expand All @@ -4551,7 +4551,7 @@ __metadata:
eslint: ">= 7"
bin:
eslint-doc-generator: dist/bin/eslint-doc-generator.js
checksum: ba3701d90a42f0803aab773ca67719a78da20f0b812bd14bcae75aa6c7af4733e901a4e9a8414f3e3b976d145e1d24fd72b5ff0cd7ded3169ff70066a6e7c8f9
checksum: cabf0f50271896e7c33a41d92ad79265a4499eee0134f31bafa90d9a4e7d4bfaea1f254a16730b4006fd49370eecfc1722d360d3fd0577b255b71605db0209a9
languageName: node
linkType: hard

Expand Down