2 Star 22 Fork 8

自然框架/vue3-blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 601 Bytes
一键复制 编辑 原始数据 按行查看 历史
% 提交于 4年前 . 增加eslint
module.exports = {
env: {
browser: true,
es2021: true,
node: true
},
extends: [
'plugin:vue/essential',
'standard'
],
parserOptions: {
ecmaVersion: 12,
sourceType: 'module'
},
plugins: [
'vue'
],
rules: {
'no-multiple-template-root': 'off', // template 里面可以有多个根
'no-v-model-argument': 'off', // 分页的参数
'no-absolute-path': 'off', // 不判断import 的路径,因为不识别别名
'no-unused-vars': 'off', // 不判断是否被使用,因为 setup 里面没有return 了
'no-undef': 'off' // dayjs
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/naturefw/vue3-blog.git
git@gitee.com:naturefw/vue3-blog.git
naturefw
vue3-blog
vue3-blog
master

搜索帮助