Files
JiboSDK/node_modules/es-define-property/.eslintrc

14 lines
144 B
Plaintext
Raw Normal View History

2026-03-22 03:21:45 +02:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}