Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[no-unused-rules]: Fix docs for unused exports #1776

Merged
merged 1 commit into from Jun 1, 2020

Commits on May 21, 2020

  1. [Docs] 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'.
    barbogast authored and ljharb committed May 21, 2020
    Copy the full SHA
    515957a View commit details
    Browse the repository at this point in the history