summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Bedford <guybedford@gmail.com>2020-05-14 15:03:58 -0600
committerGitHub <noreply@github.com>2020-05-14 15:03:58 -0600
commitac011501afe96cb0ff0c625a0f05d490111a5750 (patch)
treea26d940c897efcf796d2e879852333f2c1658b2c
parent085e97d63c35449758a3c62da0674a03ba9e9912 (diff)
downloadnode-new-ac011501afe96cb0ff0c625a0f05d490111a5750.tar.gz
fix: skip package.json lintdoc-type-module-ext-fix
-rw-r--r--doc/api/esm.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/esm.md b/doc/api/esm.md
index 1461379f6a..c4d6cf0007 100644
--- a/doc/api/esm.md
+++ b/doc/api/esm.md
@@ -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
{