Skip to content

Commit

Permalink
Update prefer-module.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Apr 15, 2023
1 parent cf8f0d7 commit fb2a2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/prefer-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- end auto-generated rule header -->
<!-- Do not manually modify this header. Run: `npm run fix:eslint-docs` -->

Prefer using the [JavaScript module](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) format over the legacy CommonJS module format.
Prefer using the [JavaScript module](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) format over the legacy CommonJS module format. Together with other changes, this helps the ecosystem migrate to a single, native module format.

1. Disallows `'use strict'` directive.

Expand Down

0 comments on commit fb2a2ba

Please sign in to comment.