Skip to content

Commit 5abca5b

Browse files
authoredMar 11, 2024··
docs: Remove text "Node does not support modules yet" (#202)
* docs: Node does not support modules yet (no-missing-import) #80 * docs: Node does not support modules yet (no-unpublished-import) #80
1 parent a5eaa9c commit 5abca5b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed
 

‎docs/rules/no-missing-import.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

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

9-
⚠️ 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.
10-
119
## 📖 Rule Details
1210

1311
This rule checks the file paths of `import` and `export` declarations.

‎docs/rules/no-unpublished-import.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
This is similar to [no-unpublished-require](no-unpublished-require.md), but this rule handles `import` declarations.
88

9-
⚠️ 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.
10-
119
## 📖 Rule Details
1210

1311
If a source code file satisfies all of the following conditions, the file is \*published\*.

0 commit comments

Comments
 (0)
Please sign in to comment.