
Security News
Insecure Agents Podcast: Certified Patches, Supply Chain Security, and AI Agents
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.
@winner-fed/biome-config-win
Advanced tools
Biome configuration for winner-fed frontend coding standards
Biome 配置包,用于 winner-fed 前端编码规范。
这是 Biome 的共享配置包,用于替代 ESLint 和 Prettier,提供统一的代码检查和格式化规则。
npm install --save-dev @winner-fed/biome-config-win @biomejs/biome
# 或
pnpm add -D @winner-fed/biome-config-win @biomejs/biome
# 或
yarn add -D @winner-fed/biome-config-win @biomejs/biome
在项目根目录创建 biome.json:
{
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
"extends": ["@winner-fed/biome-config-win"]
}
将 @winner-fed/biome-config-win/biome.json 的内容复制到项目的 biome.json 文件中,并根据项目需要进行调整。
.js, .jsx, .ts, .tsx).json).css)- 格式化和检查.vue)- 仅支持 <script> 标签内的代码
<script> 标签中的 JavaScript/TypeScript 代码进行检查和格式化.less, .scss, .sass),但 Biome 目前不支持这些预处理器,这些文件会被忽略Biome 的规则与 ESLint 不完全对应,但覆盖了大部分常用规则。主要差异:
<script> 标签内的代码.js、.ts 等纯 JavaScript/TypeScript 文件.vue 文件,Biome 会放宽部分规则(如 noUnusedVariables、noUndeclaredVariables),以避免误报从 ESLint + Prettier 迁移到 Biome:
biome.json 并继承本配置MIT
FAQs
Biome configuration for winner-fed frontend coding standards
We found that @winner-fed/biome-config-win demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.

Security News
The planned feature introduces a review step before releases go live, following the Shai-Hulud attacks and a rocky migration off classic tokens that disrupted maintainer workflows.