Files
screenshot-tools/node_modules/es-define-property/.eslintrc
Frank John Begornia c926590e1d first commit
2025-12-23 01:51:15 +08:00

14 lines
144 B
Plaintext

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