Skip to content

Commit cb70510

Browse files
authored
fixup lint errors
1 parent afd33a7 commit cb70510

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/api/packages.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -367,11 +367,12 @@ Node.js supports the following conditions out of the box:
367367
`import()`, or via any top-level import or resolve operation by the
368368
ECMAScript module loader. Applies regardless of the module format of the
369369
target file. _Always mutually exclusive with `"require"`._
370-
* `"require"` - matched when the package is loaded via `require()`.
371-
The referenced file should be loadable with `require()` although the condition
372-
will be matched regardless of the module format of the target file. Expected formats
373-
include CommonJS, JSON, and native addons but not ES modules as `require()`
374-
doesn't support them. _Always mutually exclusive with `"import"`._
370+
* `"require"` - matched when the package is loaded via `require()`. The
371+
referenced file should be loadable with `require()` although the condition
372+
will be matched regardless of the module format of the target file. Expected
373+
formats include CommonJS, JSON, and native addons but not ES modules as
374+
`require()` doesn't support them. _Always mutually exclusive with
375+
`"import"`._
375376
* `"node"` - matched for any Node.js environment. Can be a CommonJS or ES
376377
module file. _This condition should always come after `"import"` or
377378
`"require"`._

0 commit comments

Comments
 (0)