Skip to content

style(crowdin): fix ESLint 10 issues#20391

Open
david-allison wants to merge 1 commit intoankidroid:mainfrom
david-allison:fix-update-ts
Open

style(crowdin): fix ESLint 10 issues#20391
david-allison wants to merge 1 commit intoankidroid:mainfrom
david-allison:fix-update-ts

Conversation

@david-allison
Copy link
Member

@david-allison david-allison commented Mar 4, 2026

Purpose / Description

/home/runner/work/Anki-Android/Anki-Android/tools/localization/src/update.ts
  166:13  error  This assigned value is not used in subsequent statements  no-useless-assignment

Fixes

Approach

Removed unused assignment

How Has This Been Tested?

apply this patch on top of #20313
cd tools/localization && yarn lint

Checklist

  • You have a descriptive commit message with a short title (first line, max 50 chars).
  • You have commented your code, particularly in hard-to-understand areas
  • You have performed a self-review of your own code
  • UI changes: include screenshots of all affected screens (in particular showing any new or changed strings)
  • UI Changes: You have tested your change using the Google Accessibility Scanner

```
/home/runner/work/Anki-Android/Anki-Android/tools/localization/src/update.ts
  166:13  error  This assigned value is not used in subsequent statements  no-useless-assignment
```

`cd tools/localization && yarn lint`

Unblocks PR 20313
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant