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

refactor(deps): migrate from archived tslint to eslint #509

Merged
merged 11 commits into from
Feb 13, 2024

Commits on Sep 2, 2022

  1. Install ESLint

    Signed-off-by: Sosuke Suzuki <[email protected]>
    sosukesuzuki committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    beaa664 View commit details
    Browse the repository at this point in the history
  2. Add .eslintrc.json

    Signed-off-by: Sosuke Suzuki <[email protected]>
    sosukesuzuki committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    81c9f2f View commit details
    Browse the repository at this point in the history
  3. Follow ESLint rules

    Signed-off-by: Sosuke Suzuki <[email protected]>
    sosukesuzuki committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    3360230 View commit details
    Browse the repository at this point in the history
  4. Remove tslint

    Signed-off-by: Sosuke Suzuki <[email protected]>
    sosukesuzuki committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    a3827c1 View commit details
    Browse the repository at this point in the history
  5. Remove tslint.json

    Signed-off-by: Sosuke Suzuki <[email protected]>
    sosukesuzuki committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    f0ba656 View commit details
    Browse the repository at this point in the history
  6. Remove tslint.json

    Signed-off-by: Sosuke Suzuki <[email protected]>
    sosukesuzuki committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    838b784 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    2dee49d View commit details
    Browse the repository at this point in the history
  2. Fix lint problem

    Signed-off-by: Sosuke Suzuki <[email protected]>
    sosukesuzuki committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2bed8ae View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Set node-version-file for setup-node

    Signed-off-by: Sosuke Suzuki <[email protected]>
    sosukesuzuki authored and agilgur5 committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    9141e9a View commit details
    Browse the repository at this point in the history
  2. build(deps): update to latest node v14

    - node v14 is EoL and has been since April 2023: https://github.com/nodejs/Release/blob/68840fae8fdaa59bf9431661238dbb86b4390829/README.md?plain=1#L7
      - but this is the least intrusive update for now that gets build passing
      - will further update node in a separate PR
    
    Signed-off-by: Anton Gilgur <[email protected]>
    agilgur5 committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    51e5b7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6518e71 View commit details
    Browse the repository at this point in the history