claude-web/node_modules/es-define-property/.eslintrc

14 lines
144 B
Plaintext
Raw Normal View History

2026-02-23 02:23:38 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}