豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

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

@jbampton

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    To do

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions