Skip to content

Commit

Permalink
docs: Remove text "Node does not support modules yet" (#202)
Browse files Browse the repository at this point in the history
* docs: Node does not support modules yet (no-missing-import) #80

* docs: Node does not support modules yet (no-unpublished-import) #80
  • Loading branch information
scagood committed Mar 11, 2024
1 parent a5eaa9c commit 5abca5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/rules/no-missing-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

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

⚠️ 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.

## 📖 Rule Details

This rule checks the file paths of `import` and `export` declarations.
Expand Down
2 changes: 0 additions & 2 deletions docs/rules/no-unpublished-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

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

⚠️ 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.

## 📖 Rule Details

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

0 comments on commit 5abca5b

Please sign in to comment.