Files
jiahong-doc/code/enterprise-homepage/node_modules/math-intrinsics/.eslintrc
T
jiahong 021b3f82db up
2026-03-27 02:12:03 +08:00

17 lines
229 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"eqeqeq": ["error", "allow-null"],
"id-length": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"RequireObjectCoercible",
"ToObject",
],
}],
},
}