Skip to content

Commit 0d96f4c

Browse files
committedMar 17, 2015
README.
1 parent 8802a85 commit 0d96f4c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

Diff for: ‎README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
eslint-plugin-import
2+
---
3+
4+
This plugin intends to support linting of ES6 import syntax, and prevent issues with misspelling of file paths and import names. All the goodness that the ES6 static module syntax intends to provide, marked up in your editor.
5+
6+
Current support:
7+
8+
* Ensures relative imports point to a file that exists. (rule: `valid-relative-path`)
9+
10+
Planned:
11+
12+
* Validate that named imports match named exports.
13+
* Validate that `*` imports exist as named exports in remote file, where dereferenced.
14+
* Validate that a default export exists, when imported.

0 commit comments

Comments
 (0)
Please sign in to comment.