AI-Discord-Bot/node_modules/es-define-property/.eslintrc
2025-05-06 11:56:01 -04:00

13 lines
144 B
Text

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