Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
piranna committed Mar 6, 2021
1 parent 9cbaa12 commit 8fc3573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -696,12 +696,12 @@ code will also work:

```js
// ./index.js
module.exports = 42
module.exports = 42;
```

```js
// ./other.js
console.log(require('@my/package'))
console.log(require('@my/package'));
```

```sh
Expand Down

0 comments on commit 8fc3573

Please sign in to comment.