Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 5e5c1af

Browse files
committed
Ignore long string
1 parent 05db65a commit 5e5c1af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SlashCommands.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ export const Commands = [
302302
// otherwise the rageshake error messages will be
303303
// translated too
304304
_t(
305+
// eslint-disable-next-line max-len
305306
'We were unable to understand the given date (%(inputDate)s). Try using the format YYYY-MM-DD.',
306307
{ inputDate: args },
307308
),

0 commit comments

Comments
 (0)