Skip to content

Commit

Permalink
feat: add unused eslint-disable comment for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robot-Inventor committed Apr 1, 2024
1 parent d1fec32 commit 5fe82e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ts/common/translator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { isTranslationSubstitutions } from "../../types/common/translator.guard"
/**
* Translator class
*/
// eslint-disable-next-line max-lines-per-function
class Translator {
private readonly translationFunction: TranslationFunction;
private readonly twemojiEndpoint: string;
Expand Down

0 comments on commit 5fe82e5

Please sign in to comment.