Files
immich-api-test/node_modules/es-define-property/.eslintrc
Sockenklaus 0771297a46 more stuff
2025-07-08 17:21:03 +02:00

14 lines
144 B
Plaintext

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