- K4周日1900班第12课《花朵随心画》课评(梁境城、钟嘉逸、王睿意补课) - AICODE03/CSP03各班级第12课课评及班级总结 - 更新多班级学生画像 - 课评生成技能优化
17 lines
229 B
Plaintext
17 lines
229 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"eqeqeq": ["error", "allow-null"],
|
|
"id-length": "off",
|
|
"new-cap": ["error", {
|
|
"capIsNewExceptions": [
|
|
"RequireObjectCoercible",
|
|
"ToObject",
|
|
],
|
|
}],
|
|
},
|
|
}
|