1 Star 0 Fork 3

bell-bo/vue3-vite

forked from hboot/vue3-vite 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 756 Bytes
一键复制 编辑 原始数据 按行查看 历史
hboot 提交于 2022-07-31 20:40 +08:00 . 格式化代码
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',
},
},
],
},
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/bell-bo/vue3-vite.git
git@gitee.com:bell-bo/vue3-vite.git
bell-bo
vue3-vite
vue3-vite
master

搜索帮助