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

Add eslint config, run it in ci for bot.js #171

Merged
merged 8 commits into from
Nov 19, 2017
Merged

Add eslint config, run it in ci for bot.js #171

merged 8 commits into from
Nov 19, 2017

Commits on Nov 18, 2017

  1. Add eslint config

    euank committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    556c3d6 View commit details
    Browse the repository at this point in the history
  2. Add eslintrc

    euank committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    21552f1 View commit details
    Browse the repository at this point in the history
  3. eslint: allow weird requires

    The entire bot is basically built on runtime requiring of dynamically
    determined strings.
    euank committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    20a834e View commit details
    Browse the repository at this point in the history
  4. yarn: update lockfile

    euank committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    58c848b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81b2308 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd0d109 View commit details
    Browse the repository at this point in the history
  7. Add lint target

    In the future this should lint all javascript, but this is what we've
    got for now.
    euank committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    74b5a5e View commit details
    Browse the repository at this point in the history
  8. travis: run lint

    euank committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    b926e0a View commit details
    Browse the repository at this point in the history