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

17 lines
229 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"eqeqeq": ["error", "allow-null"],
"id-length": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"RequireObjectCoercible",
"ToObject",
],
}],
},
}