Files
module4_backend_project/node_modules/call-bind-apply-helpers/.eslintrc
T

17 lines
208 B
Plaintext
Raw Normal View History

2025-02-11 15:06:41 +01:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
"no-magic-numbers": 0,
},
}