公告板
版本库
filestore
活动
搜索
登录
王成睿
/
unattended-app
派生自
~fyy/unattended-app
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
司机我的提交遗漏
qingyiay
2023-09-15
e7405bb543d28c8e81402e7219575b83146942d4
[~wangchengrui/unattended-app.git]
/
node_modules
/
side-channel
/
.eslintrc
1
2
3
4
5
6
7
8
9
10
11
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-lines-per-function": 0,
"max-params": 0,
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
},
}