Skip to content

Fix biome lint / check errors in all JS files #406

Description

@jbampton

medium

Removing src/assets/js/**/*.js from the includes list prevents Biome from linting and formatting the project's JavaScript source code. Since Biome is primarily designed for JavaScript/TypeScript, JSON, and CSS, and does not currently support Nunjucks (.njk) or YAML, this change effectively disables Biome for the most relevant parts of the codebase. It is recommended to include the JavaScript directory and remove unsupported file types to keep the configuration effective.

    "includes": ["**/*.json", "src/assets/js/**/*.js"]

Originally posted by @gemini-code-assist[bot] in #405 (comment)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    • Status
      To do

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions