1 Star 0 Fork 5

ByteMaster/HongShu-Web

forked from 小马哥/HongShu-Web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.cjs 622 Bytes
一键复制 编辑 原始数据 按行查看 历史
小马哥 提交于 2024-09-08 03:36 . 优化首页展示数据
module.exports = {
"env": {
"browser": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:vue/vue3-essential"
],
"overrides": [
],
"parser": "vue-eslint-parser",
"parserOptions": {
"ecmaVersion": "latest",
"parser": "@typescript-eslint/parser",
"sourceType": "module"
},
"plugins": [
"@typescript-eslint",
"vue"
],
"rules": {
'vue/multi-word-component-names': "off",
"@typescript-eslint/no-explicit-any": ["off"]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/whl6830/hongshu-web.git
[email protected]:whl6830/hongshu-web.git
whl6830
hongshu-web
HongShu-Web
master

搜索帮助