PDF_Generation_and_Automation/node_modules/es-define-property/.eslintrc
2025-08-24 12:01:08 +05:30

14 lines
144 B
Plaintext

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