Skip to content

Commit

Permalink
chore: add comment to export/import hint
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Feb 27, 2024
1 parent 4c7bc82 commit bb6de2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shared/runtime-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function version() {
//------------------------------------------------------------------------------

module.exports = {
__esModule: true,
__esModule: true, // Indicate intent for imports, remove ambiguity for Knip (see: https://github.com/eslint/eslint/pull/18005#discussion_r1484422616)
environment,
version
};

0 comments on commit bb6de2b

Please sign in to comment.