1 Star 0 Fork 0

范松昌/TWebLive

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc 609 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenximo 提交于 2020-09-11 21:33 . tweblive: Update SDK to 1.0.3 (#12)
{
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {
"no-console": 0,
"no-undefined": 0,
"no-unused-vars": "off",
"quotes": ["error", "single"],
"semi": ["error","never"],
"space-before-blocks": [2, "always"],
"comma-spacing": ["error", { "before": false, "after": true }],
"space-unary-ops": "error",
"object-curly-spacing": ["error", "always"],
"space-infix-ops": "error",
"keyword-spacing": ["error", {"after": true}]
},
"parserOptions": {
"parser": "babel-eslint"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/GitHubFsc/TWebLive.git
git@gitee.com:GitHubFsc/TWebLive.git
GitHubFsc
TWebLive
TWebLive
master

搜索帮助