Skip to content

Commit

Permalink
refactor(britishenglish): Make britishenglish List readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaBuchholz committed Feb 10, 2025
1 parent 4d1ea68 commit 674cd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ts/test/british-english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type BritishEnglishReplacement = {
2?: string[];
};

const list: BritishEnglishReplacement[] = [
const list: readonly BritishEnglishReplacement[] = [

Check failure on line 11 in frontend/src/ts/test/british-english.ts

View workflow job for this annotation

GitHub Actions / ci-fe

'list' is assigned a value but never used. Allowed unused vars must match /^_/u
["abettor", "abetter"],
["abolitionize", "abolitionise"]
];
Expand Down

0 comments on commit 674cd7a

Please sign in to comment.