Skip to content

Commit 35bb55d

Browse files
Apply suggestions from code review
Co-authored-by: Livia Medeiros <[email protected]>
1 parent 960b1ff commit 35bb55d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/contributing/erm-guidelines.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@ The `Symbol.dispose` method should return `undefined` and the
280280
`Symbol.asyncDispose` method should return a `Promise` that resolves to
281281
`undefined`.
282282

283+
<!-- eslint-skip -->
284+
283285
```js
284286
[Symbol.dispose]() {
285287
return void this.dispose();
@@ -310,6 +312,8 @@ directly.
310312

311313
For example:
312314

315+
<!-- eslint-skip -->
316+
313317
```js
314318
// Do something like this:
315319
function dispose() { ... }

0 commit comments

Comments
 (0)