Skip to content

Commit

Permalink
docs: update eslint-doc-generator (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jan 6, 2023
1 parent d566516 commit 35b0e6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 35b0e6f

Please sign in to comment.