3 Star 2 Fork 0

Gitee 极速下载/pangu-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/vinta/pangu.js
克隆/下载
.eslintrc 461 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vinta 提交于 2019-01-27 18:46 . use BrowserPangu.autoSpacingPage()
{
"extends": ["airbnb-base"],
"env": {
"browser": true,
"es6": true,
"mocha": true,
"node": true,
"shared-node-browser": true
},
"rules": {
"class-methods-use-this": 0,
"curly": 2,
"indent": [2, 2],
"max-len": 0,
"no-continue": 0,
"no-plusplus": ["error", {"allowForLoopAfterthoughts": true}],
"no-useless-escape": 0,
"object-curly-spacing": 0,
"quote-props": 0,
"quotes": [1, "single"]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/pangu-js.git
git@gitee.com:mirrors/pangu-js.git
mirrors
pangu-js
pangu-js
master

搜索帮助