3 Star 27 Fork 4

广州凡拓数字创意科技股份有限公司/FunSwitch_Web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.cjs 683 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuhan-yh 提交于 2023-03-14 17:20 . feat: init
/*
* @Author: your name
* @Date: 2023-03-09 17:08:42
* @LastEditTime: 2023-03-09 17:44:25
* @LastEditors: yuhan
* @Description:
* @FilePath: \apiadmin\.eslintrc.cjs
*/
/* eslint-env node */
require("@rushstack/eslint-patch/modern-module-resolution");
module.exports = {
root: true,
extends: ["plugin:vue/vue3-essential", "eslint:recommended", "@vue/eslint-config-prettier"],
parserOptions: {
ecmaVersion: "latest",
},
rules: {
// 关闭组件命名规则
"vue/multi-word-component-names": "off",
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/frontopOpen/FunSwitch_Web.git
git@gitee.com:frontopOpen/FunSwitch_Web.git
frontopOpen
FunSwitch_Web
FunSwitch_Web
master

搜索帮助