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

Issue #72 -- Add a Linter #83

Closed
wants to merge 23 commits into from
Closed

Issue #72 -- Add a Linter #83

wants to merge 23 commits into from

Commits on Apr 1, 2017

  1. Configuration menu
    Copy the full SHA
    077573e View commit details
    Browse the repository at this point in the history
  2. Cleaning the linted code

    reficul31 committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    11a8c52 View commit details
    Browse the repository at this point in the history
  3. Adding the script commands

    reficul31 committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    b4efbe9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be72d9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebf0fbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9365acb View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2017

  1. Configuration menu
    Copy the full SHA
    654c1e9 View commit details
    Browse the repository at this point in the history
  2. Define eslint config as JSON

    Treora committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    59be096 View commit details
    Browse the repository at this point in the history
  3. Set eslint env: webextensions

    Treora committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    b29a6c9 View commit details
    Browse the repository at this point in the history
  4. Add eslint-plugin-import.

    Treora committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    9a6b429 View commit details
    Browse the repository at this point in the history
  5. Fix missing/unused imports

    Treora committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    7388a7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    982ebdf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6063832 View commit details
    Browse the repository at this point in the history
  8. Fix bug in webextensionRPC

    Treora committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    aa35410 View commit details
    Browse the repository at this point in the history
  9. Tell eslint to check .jsx files

    Apparently there is no way to do this in the configuration file.
    (http://eslint.org/docs/user-guide/configuring#specifying-file-extensions-to-lint)
    Treora committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    0efdf85 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    37f8692 View commit details
    Browse the repository at this point in the history
  11. Fix some react/jsx complaints

    Treora committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    0f9a47a View commit details
    Browse the repository at this point in the history
  12. Fix == / === complaints

    Treora committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    c20f2d3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0e7c867 View commit details
    Browse the repository at this point in the history
  14. Correct jsx config

    Treora committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    9d850c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Merge pull request #1 from WebMemex/eslint

    More eslint configuration & code cleaning
    reficul31 committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    55faca4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d35fcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba2860f View commit details
    Browse the repository at this point in the history