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 a18d1ba commit 6af90d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -696,15 +696,15 @@ 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
```bash
node other.js
# 42
```
Expand Down

0 comments on commit 6af90d6

Please sign in to comment.