Constnium/node_modules/function.prototype.name/.eslintrc

10 lines
120 B
Text
Raw Normal View History

2022-06-23 02:27:43 +02:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, { "capIsNewExceptions": ["IsCallable"] }],
},
}