Ai
1 Star 0 Fork 3

tongsa/vue3-vite

forked from hboot/vue3-vite 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 854 Bytes
一键复制 编辑 原始数据 按行查看 历史
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: [
'error',
'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/yizhisalu/vue3-vite.git
git@gitee.com:yizhisalu/vue3-vite.git
yizhisalu
vue3-vite
vue3-vite
master

搜索帮助