Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[no-unused-rules]: Fix docs for unused exports
First change: Change `import * from 'file-c'` to `import * as fileC from 'file-c'`. The former isn't valid javascript, right? Second change: Remove example 'file-d', I couldn't see a difference from 'file-c' Third change: Rename 'file-e' to 'file-d'.
- Loading branch information