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

move to eslint 9 #5520

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

move to eslint 9 #5520

wants to merge 4 commits into from

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    eb350a1 View commit details
    Browse the repository at this point in the history
  2. Move govuk-frontend ESLint config to @govuk-frontend/eslint-config

    Moves the `.eslintrc.js` file usit `git mv` to keep the history of the file.
    Adding back a `.eslintrc.js` file in the same commit to keep ESLint working
    would confuse Git, though. Instead, we can take advantage of the `.cjs` extension,
    which will be understood just as well by ESLint, but is a different file from Git's perspective.
    romaricpascal committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b076e6e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    7840c8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73a0460 View commit details
    Browse the repository at this point in the history