1 Star 0 Fork 1

mytiandingyu/vuejs-challenges

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 282 Bytes
一键复制 编辑 原始数据 按行查看 历史
a308241863 提交于 2022-06-25 21:49 . feat: init
{
"extends": "@webfansplz",
"rules":{
"no-console":0,
"prefer-const":0,
"quotes":[1,"double"],
"no-prototype-builtins":0,
"vue/no-multiple-template-root":0,
"vue/no-parsing-error": ["error", {
"invalid-first-character-of-tag-name": false
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mytiandingyu/vuejs-challenges.git
[email protected]:mytiandingyu/vuejs-challenges.git
mytiandingyu
vuejs-challenges
vuejs-challenges
main

搜索帮助