Files
opencrm/backend/node_modules/call-bound/.eslintrc
T
Stefan Hacker 31f807fbd0 first commit
2026-01-29 01:16:54 +01:00

14 lines
138 B
Plaintext

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