1 Star 0 Fork 1

Lance/refly

forked from lyyong/refly 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
biome.json 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
mrcfps 提交于 2025-02-27 16:30 +08:00 . chore: update biome config and remove unused import
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"organizeImports": {
"enabled": false
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"a11y": {
"useKeyWithClickEvents": "off",
"useAltText": "off",
"useValidAnchor": "off",
"noSvgWithoutTitle": "off"
},
"correctness": {
"noUnusedImports": "error",
"noUnusedVariables": "error",
"useExhaustiveDependencies": "off"
},
"suspicious": {
"noExplicitAny": "off",
"noArrayIndexKey": "off"
},
"style": {
"useConst": "error",
"useTemplate": "error",
"useImportType": "off",
"noNonNullAssertion": "off"
},
"complexity": {
"useOptionalChain": "error"
}
}
},
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 100,
"lineEnding": "lf"
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingCommas": "all",
"semicolons": "always"
},
"parser": {
"unsafeParameterDecoratorsEnabled": true
}
},
"json": {
"formatter": {
"trailingCommas": "none"
}
},
"css": {
"formatter": {
"quoteStyle": "single"
}
},
"files": {
"ignoreUnknown": true,
"maxSize": 3000000,
"ignore": [
"**/node_modules/**",
"**/dist/**",
"**/.wxt/**",
"**/.output/**",
"**/.turbo/**",
"**/build/**",
"packages/wxt/**",
"**/common/temp/**"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lance521/refly.git
git@gitee.com:lance521/refly.git
lance521
refly
refly
main

搜索帮助