1 Star 0 Fork 1

js516008702/drawdb

forked from jfmn01/drawdb 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.cjs 569 Bytes
一键复制 编辑 原始数据 按行查看 历史
1ilit 提交于 2024-04-06 16:11 +08:00 . Add prettier
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
"eslint:recommended",
"plugin:react/recommended",
"plugin:react/jsx-runtime",
"plugin:react-hooks/recommended",
"prettier"
],
ignorePatterns: ["dist", ".eslintrc.cjs"],
parserOptions: { ecmaVersion: "latest", sourceType: "module" },
settings: { react: { version: "18.2" } },
plugins: ["react-refresh"],
rules: {
"react-refresh/only-export-components": [
"warn",
{ allowConstantExport: true },
],
"react/prop-types": 0,
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/js516008702_admin_admin/drawdb.git
git@gitee.com:js516008702_admin_admin/drawdb.git
js516008702_admin_admin
drawdb
drawdb
main

搜索帮助