1 Star 19 Fork 6

gumingchen/chatterbox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.cjs 345 Bytes
一键复制 编辑 原始数据 按行查看 历史
gumingchen 提交于 2024-06-17 14:41 . update
/* eslint-env node */
module.exports = {
root: true,
'extends': [
'plugin:vue/vue3-essential',
'eslint:recommended',
'./.eslintrc-auto-import.json',
],
env: {
browser: true,
node: true,
es6: true,
},
parserOptions: {
ecmaVersion: 'latest'
},
rules: {
'vue/multi-word-component-names': [0],
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/shychen/chatterbox.git
[email protected]:shychen/chatterbox.git
shychen
chatterbox
chatterbox
master

搜索帮助