1 Star 0 Fork 0

peng/rentHouseApp-H5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 827 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuhao 提交于 2024-08-09 20:56 . app项目初始化完成
/* eslint-env node */
require("@rushstack/eslint-patch/modern-module-resolution");
module.exports = {
root: true,
env: {
node: true
},
extends: [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/eslint-config-typescript",
"@vue/eslint-config-prettier"
],
parserOptions: {
ecmaVersion: "latest",
parser: "@typescript-eslint/parser",
sourceType: "module",
jsxPragma: "React",
ecmaFeatures: {
jsx: true
}
},
parser: "vue-eslint-parser",
rules: {
"vue/multi-word-component-names": 0,
"prettier/prettier": ["error", { endOfLine: "auto" }]
// [
// "error",
// {
// ignores: ["index"] // 需要忽略的组件名
// }
// ]
},
overrides: [
{
files: ["*.html"],
processor: "vue/.vue"
}
]
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhiyi2022/rent-house-app-h5.git
git@gitee.com:zhiyi2022/rent-house-app-h5.git
zhiyi2022
rent-house-app-h5
rentHouseApp-H5
master

搜索帮助