6 Star 41 Fork 17

有墨文档/editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
biome.json 665 Bytes
一键复制 编辑 原始数据 按行查看 历史
Na'aman Hirschfeld 提交于 2024-09-11 12:07 . Refactor Codebase (#80)
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"formatter": {
"enabled": false
},
"linter": {
"enabled": true,
"ignore": ["node_modules", "dist"],
"rules": {
"recommended": true,
"suspicious": {
"noExplicitAny": "off"
},
"performance": {
"noDelete": "off",
"noAccumulatingSpread": "off"
},
"style": {
"noNonNullAssertion": "off",
"noParameterAssign": "off"
}
}
},
"json": {
"formatter": {
"enabled": true
}
},
"css": {
"linter": {
"enabled": true
}
},
"organizeImports": {
"enabled": false
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/umodoc/editor.git
[email protected]:umodoc/editor.git
umodoc
editor
editor
main

搜索帮助