Files
agent-sessions-viewer/node_modules/call-bound/.eslintrc
T

13 lines
138 B
Plaintext
Raw Normal View History

2026-07-09 01:21:32 +08:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}