1
0

fix lint errors in mock-resolver.ts and activitypub.ts

This commit is contained in:
Hazelnoot
2025-03-03 08:50:34 -05:00
parent 3958b71f4e
commit 27e8289126
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -41,6 +41,7 @@ export default [
'@typescript-eslint/prefer-nullish-coalescing': ['warn', {
ignorePrimitives: true,
}],
'no-param-reassign': 'off',
},
},
];