Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: skip package.json lint
  • Loading branch information
guybedford authored May 14, 2020
commit ac011501afe96cb0ff0c625a0f05d490111a5750
1 change: 1 addition & 0 deletions doc/api/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ code for reuse. Modules are defined using a variety of [`import`][] and
First, to enable modules in Node.js for `.js` extensions, ensure there is a
`package.json` file in the root of the project with `"type": "module"` set:

<!-- eslint-skip -->
```js
// package.json
{
Expand Down