intern-Assignment/Multer/node_modules/call-bound/.eslintrc

14 lines
138 B
Plaintext
Raw Permalink Normal View History

2025-01-31 09:50:39 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}