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

Set up ESLint! #13

Merged
merged 12 commits into from
Apr 7, 2022
Merged

Set up ESLint! #13

merged 12 commits into from
Apr 7, 2022

Commits on Apr 6, 2022

  1. Install eslint and typescript-eslint parser

    Andrew Hyndman committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    4fb54cf View commit details
    Browse the repository at this point in the history
  2. Adapt rSERVER eslint config for use in ttvc

    Andrew Hyndman committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    cad7a8d View commit details
    Browse the repository at this point in the history
  3. Add new lint rule: eqeqeq

    Andrew Hyndman committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    bbb289b View commit details
    Browse the repository at this point in the history
  4. .eslintignore

    Andrew Hyndman committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    04cf23e View commit details
    Browse the repository at this point in the history
  5. Set appropriate eslint environments for each directory

    Andrew Hyndman committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    a889aab View commit details
    Browse the repository at this point in the history
  6. Override env for configuration files

    Andrew Hyndman committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    e23965d View commit details
    Browse the repository at this point in the history
  7. Define test:lint task

    Andrew Hyndman committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    7e24a4f View commit details
    Browse the repository at this point in the history
  8. Define "Lint" github action

    Andrew Hyndman committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    69114bc View commit details
    Browse the repository at this point in the history
  9. Extend recommended typescript configs

    Andrew Hyndman committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    e40a976 View commit details
    Browse the repository at this point in the history
  10. Specialize ESLint configs further

    Andrew Hyndman committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    2af018d View commit details
    Browse the repository at this point in the history
  11. Disable eslint unused args check for jest mocks

    Andrew Hyndman committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    cd897cc View commit details
    Browse the repository at this point in the history
  12. Lint fix: Remove unused import!

    Andrew Hyndman committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    8735ed5 View commit details
    Browse the repository at this point in the history