Skip to content

Commit 4cb5fd7

Browse files
authored
Docs: fix an accidental replacement.
1 parent 0714d40 commit 4cb5fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-missing-import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is similar to [no-missing-require](no-missing-require.md), but this rule handles `import` and `export` declarations.
44

5-
:warning: ECMAScript "error"015 (ES6) does not define the lookup logic and Node does not support modules yet. So this rule spec might be changed in future.
5+
:warning: ECMAScript 2015 (ES6) does not define the lookup logic and Node does not support modules yet. So this rule spec might be changed in future.
66

77
## Rule Details
88

0 commit comments

Comments
 (0)