1 Star 1 Fork 0

JSJ/sd-webui-lobe-theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 977 Bytes
一键复制 编辑 原始数据 按行查看 历史
canisminor1990 提交于 2023-11-28 14:29 . ✨ feat: Add ImageInfo modules
const config = require('@lobehub/lint').eslint;
config.rules['unicorn/prefer-add-event-listener'] = 0;
config.rules['unicorn/no-negated-condition'] = 0;
config.rules['unicorn/prefer-type-error'] = 0;
config.rules['unicorn/prefer-logical-operator-over-ternary'] = 0;
config.rules['unicorn/no-null'] = 0;
config.rules['unicorn/no-typeof-undefined'] = 0;
config.rules['unicorn/explicit-length-check'] = 0;
config.rules['unicorn/prefer-code-point'] = 0;
config.rules['no-extra-boolean-cast'] = 0;
config.rules['unicorn/no-useless-undefined'] = 0;
config.rules['react/no-unknown-property'] = 0;
config.rules['unicorn/prefer-ternary'] = 0;
config.rules['unicorn/prefer-spread'] = 0;
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 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chongzi5210/sd-webui-lobe-theme.git
git@gitee.com:chongzi5210/sd-webui-lobe-theme.git
chongzi5210
sd-webui-lobe-theme
sd-webui-lobe-theme
main

搜索帮助