We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc0428 commit edaaaf7Copy full SHA for edaaaf7
lib/rules/no-missing-import.js
@@ -31,7 +31,7 @@ module.exports = {
31
meta: {
32
docs: {
33
description:
34
- "disallow `import` declarations which import non-existing modules",
+ "disallow `import` declarations which import missing modules",
35
recommended: true,
36
url: "https://github.com/eslint-community/eslint-plugin-n/blob/HEAD/docs/rules/no-missing-import.md",
37
},
0 commit comments