Files
diploma_todoapp/backend/node_modules/call-bound/.eslintrc
2026-03-24 17:54:45 +08:00

14 lines
138 B
Plaintext

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