Skip to content

Commit edaaaf7

Browse files
authored
Update lib/rules/no-missing-import.js
1 parent 8dc0428 commit edaaaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-missing-import.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
meta: {
3232
docs: {
3333
description:
34-
"disallow `import` declarations which import non-existing modules",
34+
"disallow `import` declarations which import missing modules",
3535
recommended: true,
3636
url: "https://github.com/eslint-community/eslint-plugin-n/blob/HEAD/docs/rules/no-missing-import.md",
3737
},

0 commit comments

Comments
 (0)