Skip to content

Commit

Permalink
Add ignore fmt comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Oct 19, 2023
1 parent 481bdb4 commit 5f188c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/rules/no_unsafe_negation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ it will be less confusing.

### Invalid:

<!-- deno-fmt-ignore -->

```typescript
if (!key in object) {}
if (!foo instanceof Foo) {}
Expand Down

0 comments on commit 5f188c8

Please sign in to comment.