system-prompts-and-models-o.../unified-ai-platform/node_modules/es-define-property/.eslintrc
dopeuni444 b5a22951ae nhj
more
2025-07-31 12:23:33 +04:00

14 lines
144 B
Plaintext

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