Skip to content

Commit 8fc3573

Browse files
committed
Fix linting
1 parent 9cbaa12 commit 8fc3573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,12 +696,12 @@ code will also work:
696696

697697
```js
698698
// ./index.js
699-
module.exports = 42
699+
module.exports = 42;
700700
```
701701

702702
```js
703703
// ./other.js
704-
console.log(require('@my/package'))
704+
console.log(require('@my/package'));
705705
```
706706

707707
```sh

0 commit comments

Comments
 (0)