Skip to content

Commit

Permalink
Add nolint to example-bad of JS instaceof docs
Browse files Browse the repository at this point in the history
  • Loading branch information
teoli2003 committed Nov 14, 2023
1 parent 36a3435 commit 554e0c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ if (!(mycar instanceof Car)) {

This is really different from:

```js example-bad
```js-nolint example-bad
if (!mycar instanceof Car) {
// unreachable code
}
Expand Down

0 comments on commit 554e0c5

Please sign in to comment.