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

exports-last #632

Merged
merged 9 commits into from
Aug 27, 2017
Merged

exports-last #632

merged 9 commits into from
Aug 27, 2017

Commits on Mar 1, 2017

  1. Add rule exports-last

    exports-last will check that all export statements are at the end of the file
    
    Closes #620
    k15a committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    84fd4f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76f1b84 View commit details
    Browse the repository at this point in the history
  3. Remove CommonJS exports

    k15a committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    0de28bd View commit details
    Browse the repository at this point in the history
  4. Refactor exports-last rule

    k15a committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    0611e21 View commit details
    Browse the repository at this point in the history
  5. Add ES6 only hint to the docs

    k15a committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    531d04d View commit details
    Browse the repository at this point in the history
  6. Add more tests for exports-last

    k15a committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    baa585d View commit details
    Browse the repository at this point in the history
  7. Refactor exports-last

    k15a committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    8c0e7d6 View commit details
    Browse the repository at this point in the history
  8. Fix Changelog

    k15a committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    8d4e25e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2017

  1. Configuration menu
    Copy the full SHA
    1ba1c3a View commit details
    Browse the repository at this point in the history