1 Star 0 Fork 0

耿嘉祺 / PubSubJS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 460 Bytes
一键复制 编辑 原始数据 按行查看 历史
Morgan Roderick 提交于 2017-12-27 11:52 . Housekeeping (#125)
module.exports = {
"env": {
"browser": true,
"commonjs": true,
"node": true
},
"extends": "eslint:recommended",
"rules": {
"indent": [
"error",
4
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
}
};
1
https://gitee.com/GJQGo/PubSubJS.git
git@gitee.com:GJQGo/PubSubJS.git
GJQGo
PubSubJS
PubSubJS
master

搜索帮助