viabiliza/node_modules/call-bound/.eslintrc
equipe desenvolvimento a499796cf7 first commit
2025-10-15 15:07:36 -03:00

14 lines
138 B
Plaintext

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