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

CI: Update ESLint Config #5722

Closed
wants to merge 3 commits into from

Commits on Apr 12, 2024

  1. fix JS linter in CI

    the es lint upgrade changed the way eslint config file is declared. we had to rename and migrate config options to the new configuration system
    loicginoux committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a85d313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d134781 View commit details
    Browse the repository at this point in the history
  3. add npm install to CI linting job

    npm install is needed to run the lint:js rake task
    loicginoux committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2f7a74e View commit details
    Browse the repository at this point in the history