fullstackopen-notes/parts/3/followAlong/node_modules/es-define-property/.eslintrc
2025-05-29 19:41:40 +02:00

13 lines
144 B
Text

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