Skip to content

Conversation

nielsbom
Copy link

@nielsbom nielsbom commented Jul 8, 2025

No description provided.

@@ -31,7 +31,7 @@ module.exports = {
meta: {
docs: {
description:
"disallow `import` declarations which import non-existence modules",
"disallow `import` declarations which import non-existing modules",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 This does not read quite right to me either, Here are some options that sound better to my ear:

Suggested change
"disallow `import` declarations which import non-existing modules",
"disallow `import` declarations which import non-existent modules",
Suggested change
"disallow `import` declarations which import non-existing modules",
"disallow `import` declarations which import missing modules",

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a native English speaker, but non-existing sounds good to me.

I would go for missing though as that resolves all the "it doesn't sound right" problems in this case

@MichaelDeBoey MichaelDeBoey changed the title fix typo "non-existence" docs: fix typo Aug 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants