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

14 lines
138 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}