1 Star 0 Fork 0

LeChaPatteImpitoyable / sd-dynamic-prompts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 397 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
env: {
browser: true,
es2021: true,
},
extends: ["airbnb-base", "prettier"],
plugins: ["prettier"],
rules: {
"class-methods-use-this": "off",
"max-classes-per-file": "off",
"no-console": "off",
"no-param-reassign": "off",
"prettier/prettier": "error",
curly: ["error", "all"],
},
parserOptions: {
ecmaVersion: "latest",
},
};
1
https://gitee.com/LeChaPatteImpitoyable/sd-dynamic-prompts.git
git@gitee.com:LeChaPatteImpitoyable/sd-dynamic-prompts.git
LeChaPatteImpitoyable
sd-dynamic-prompts
sd-dynamic-prompts
main

搜索帮助