1 Star 0 Fork 1

shanewfx/moonfire-nvr

forked from zhoutianyou00/moonfire-nvr 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
Scott Lamb 提交于 2018-11-27 12:23 . fix a couple compile errors in 422cd2a
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"env": {
"es6": true,
"browser": true,
"node": true
},
"extends": "google",
"rules": {
"init-declarations": ["error", "always"],
"no-catch-shadow": ["error"],
"no-delete-var": ["error"],
"no-shadow": ["error", { "builtinGlobals": false, "hoist": "functions", "allow": [] }],
"no-shadow-restricted-names": ["error"],
"no-undef": ["error", {"typeof": true}],
"no-unused-vars": ["error", { "vars": "all", "args": "after-used", "ignoreRestSiblings": false }]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shanewfx/moonfire-nvr.git
[email protected]:shanewfx/moonfire-nvr.git
shanewfx
moonfire-nvr
moonfire-nvr
master

搜索帮助