1 Star 0 Fork 1

gengzhengxing/GHL-Legend

forked from holin/GHL-Legend 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.cjs 412 Bytes
一键复制 编辑 原始数据 按行查看 历史
holin 提交于 2022-11-27 13:31 . 新增环境管理配置
/* eslint-disable prettier/prettier */
module.exports = {
env: {
browser: true,
es2021: true,
node: true
},
extends: [
'plugin:vue/essential',
'plugin:prettier/recommended' // 添加 prettier 插件
],
parserOptions: {
ecmaVersion: 12,
parser: '@typescript-eslint/parser',
sourceType: 'module'
},
plugins: ['vue', '@typescript-eslint'],
rules: {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/bestoneself/GHL-Legend.git
git@gitee.com:bestoneself/GHL-Legend.git
bestoneself
GHL-Legend
GHL-Legend
develop

搜索帮助