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

Update dependency @biomejs/biome to v1.9.3 #235

Merged
merged 4 commits into from
Oct 18, 2024
Merged

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    feef4b5 View commit details
    Browse the repository at this point in the history
  2. Fix CSS formatting errors from Biome

    Biome now lints/formats CSS. This means we have both Biome and Stylelint
    linting CSS. At the moment, this doesn't seem to be producing any
    conflicts, but we could turn off CSS linting/formatting in Biome later
    if it does, or remove Stylelint (but we have some useful plugins that
    are probably not replicated in Biome)
    yndajas committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    93b399e View commit details
    Browse the repository at this point in the history
  3. Update linting scripts

    Now that Biome does CSS linting/formatting, the TypeScript/CSS
    distinction is no longer accurate. Changing to the name of the package
    for now, and logging coverage information in `script/test`
    yndajas committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    76ea436 View commit details
    Browse the repository at this point in the history
  4. Fix Biome errors

    - Add file extensions
    - Ignore a `noConsole` rule in logging method
    yndajas committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d37178d View commit details
    Browse the repository at this point in the history