1 Star 0 Fork 25

lingfeng/faker-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc 897 Bytes
一键复制 编辑 原始数据 按行查看 历史
Marak 提交于 2022-01-04 21:24 . endgame
{
"env": {
"browser": true,
"jquery": true,
"mocha": true,
"node": true
},
"globals": {},
"rules": {
"no-multi-str": 2,
"no-debugger": 0,
"strict": 0,
"semi": 0,
"linebreak-style": 0,
"no-bitwise": 2,
"no-cond-assign": 0,
"curly": 2,
"eqeqeq": 0,
"no-eq-null": 0,
"no-eval": 0,
"no-unused-expressions": 0,
"guard-for-in": 0,
"wrap-iife": [
2,
"any"
],
"no-use-before-define": [
2,
{
"functions": false
}
],
"no-loop-func": 2,
"no-caller": 2,
"no-script-url": 2,
"no-shadow": 2,
"no-new-func": 0,
"no-new-wrappers": 0,
"no-undef": 2,
"new-cap": 0,
"no-empty": 2,
"no-new": 0,
"no-ternary": 2,
"no-plusplus": 0,
"dot-notation": 0,
"indent": [
2,
2,
{
"SwitchCase": 1
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lingfengzhq/faker-js.git
git@gitee.com:lingfengzhq/faker-js.git
lingfengzhq
faker-js
faker-js
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385