1 Star 1 Fork 0

charleslo/wxapp-cookie-shim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 558 Bytes
一键复制 编辑 原始数据 按行查看 历史
charleslo 提交于 2018-04-18 00:02 . 修复 cookie parse bug
{
"root": true,
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"rules": {
"strict": 2,
"no-multi-spaces": "off",
"no-extra-boolean-cast": "off",
"handle-callback-err": "off",
"generator-star-spacing": 0,
"arrow-parens": 0,
"no-debugger": 2,
"no-undef": 0,
"no-useless-escape": 0
},
"plugins": [
"html",
"import",
"node",
"promise",
"standard"
],
"env": {
"es6": true,
"browser": true,
"node": true,
"commonjs": true
},
"extends": "standard"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/charleslo/wxapp-cookie-shim.git
[email protected]:charleslo/wxapp-cookie-shim.git
charleslo
wxapp-cookie-shim
wxapp-cookie-shim
master

搜索帮助