2 Star 1 Fork 1

St_song / d3kit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 220 Bytes
一键复制 编辑 原始数据 按行查看 历史
Krist Wongsuphasawat 提交于 2016-09-13 22:48 . fix eslint and dependencies
module.exports = {
"extends": "airbnb",
"plugins": [
"mocha"
],
"rules": {
"mocha/no-exclusive-tests": "error"
},
globals: {
describe: true,
it: true,
expect: true,
before: true
}
};
1
https://gitee.com/203014/d3kit.git
git@gitee.com:203014/d3kit.git
203014
d3kit
d3kit
master

搜索帮助