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

V7: Migrate all lint tooling to ESLint #644

Merged
merged 7 commits into from
Nov 14, 2019
Merged

V7: Migrate all lint tooling to ESLint #644

merged 7 commits into from
Nov 14, 2019

Commits on Nov 12, 2019

  1. test(lint): Migrate lint tooling to eslint

    TSLint is deprecated. ESlint was already being used under the hood by standard JS. This updates the
    entire linting setup so that common ESLint dependecies are used for both JS and TS lint, just with
    different presets.
    bengourley committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    4bd7249 View commit details
    Browse the repository at this point in the history
  2. build: Purge removed dependencies from package-lock.json

    TSlint was removed via the last commit, a clean and rebootstrap removes this from the
    package-lock.json files.
    bengourley committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    de882be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02cd6f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f1515a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f48fa5 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    7b17647 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cddc13 View commit details
    Browse the repository at this point in the history