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

feat(no-export): new rule for no-export #307

Merged
merged 6 commits into from Jul 18, 2019

Commits on Jul 17, 2019

  1. feat(no-export): no export from test file

    Ben Monro committed Jul 17, 2019
    Copy the full SHA
    e9385f0 View commit details
    Browse the repository at this point in the history
  2. fix(no-export): no module exports?

    Ben Monro committed Jul 17, 2019
    Copy the full SHA
    de6a276 View commit details
    Browse the repository at this point in the history
  3. feat(no-export): added test

    Ben Monro committed Jul 17, 2019
    Copy the full SHA
    a1f89d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. docs(no-export): add no-export to readme

    Ben Monro committed Jul 18, 2019
    Copy the full SHA
    23cc0d2 View commit details
    Browse the repository at this point in the history
  2. feat(no-export): only report when tests present

    Ben Monro committed Jul 18, 2019
    Copy the full SHA
    cdca0db View commit details
    Browse the repository at this point in the history
  3. fix(no-export): changes from review feedback

    Ben Monro committed Jul 18, 2019
    Copy the full SHA
    6681040 View commit details
    Browse the repository at this point in the history