1 Star 0 Fork 0

sd-webui/sd-webui-lobe-theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
canisminor1990 提交于 2023-06-26 23:28 . 💄 style: update
const config = require('@lobehub/lint').eslint;
config.rules['indent'] = ['off', 2];
module.exports = {
...config,
overrides: [
{
files: ['*.ts', '*.tsx'],
rules: {
'linebreak-style': 0,
'no-undef': 0,
'object-curly-spacing': 0,
'unicorn/prefer-add-event-listener': 0,
},
},
],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/sd-webui/sd-webui-lobe-theme.git
git@gitee.com:sd-webui/sd-webui-lobe-theme.git
sd-webui
sd-webui-lobe-theme
sd-webui-lobe-theme
main

搜索帮助