diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-03-03 08:50:34 -0500 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-03-21 12:37:06 -0400 |
| commit | 27e8289126353227c28ebfa1496cc8afa3022e90 (patch) | |
| tree | 2796cb5041165b4d9a9fc55ba7c41abafb530b2d /packages/shared | |
| parent | don't discard the target of announce activities, in case it's a private note ... (diff) | |
| download | sharkey-27e8289126353227c28ebfa1496cc8afa3022e90.tar.gz sharkey-27e8289126353227c28ebfa1496cc8afa3022e90.tar.bz2 sharkey-27e8289126353227c28ebfa1496cc8afa3022e90.zip | |
fix lint errors in mock-resolver.ts and activitypub.ts
Diffstat (limited to 'packages/shared')
| -rw-r--r-- | packages/shared/eslint.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/shared/eslint.config.js b/packages/shared/eslint.config.js index be7a031b63..295829e374 100644 --- a/packages/shared/eslint.config.js +++ b/packages/shared/eslint.config.js @@ -41,6 +41,7 @@ export default [ '@typescript-eslint/prefer-nullish-coalescing': ['warn', { ignorePrimitives: true, }], + 'no-param-reassign': 'off', }, }, ]; |