2 Star 13 Fork 3

hboot/vue3-vite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 853 Bytes
一键复制 编辑 原始数据 按行查看 历史
hboot 提交于 2024-05-15 00:33 . !1更新vue3、vite版本
module.exports = {
extends: ["standard", "plugin:vue/vue3-recommended", "prettier"],
rules: {
"no-unused-vars": "warn",
"import/no-absolute-path": "off",
"vue/multi-word-component-names": "off",
"vue/no-v-html": "off",
// indent: ['error', 2],
"max-len": ["error", { code: 120, ignoreUrls: true }],
"no-confusing-arrow": ["error", { allowParens: false }],
"no-mixed-operators": "error",
"no-tabs": ["error", { allowIndentationTabs: true }],
"no-unexpected-multiline": "error",
quotes: [
"off",
"single",
{ avoidEscape: true, allowTemplateLiterals: false },
],
"vue/html-self-closing": [
"error",
{
html: {
void: "any",
},
},
],
"vue/valid-v-slot": [
"warn",
{
allowModifiers: false,
},
],
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hboot/vue3-vite.git
[email protected]:hboot/vue3-vite.git
hboot
vue3-vite
vue3-vite
master

搜索帮助