SSSS/node_modules/es-define-property/.eslintrc
2024-08-01 10:36:01 +02:00

13 lines
144 B
Text

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