From fff9c694ee6b645cb5c0a0545c548d7812d27a23 Mon Sep 17 00:00:00 2001 From: Tommy Petty Date: Thu, 19 Oct 2023 14:51:34 -0400 Subject: [PATCH] feat(i18n): disable no-literal-string lint rule for timeline/__workshop__ --- .../src/desk/panes/document/timeline/__workshop__/.eslintrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packages/sanity/src/desk/panes/document/timeline/__workshop__/.eslintrc diff --git a/packages/sanity/src/desk/panes/document/timeline/__workshop__/.eslintrc b/packages/sanity/src/desk/panes/document/timeline/__workshop__/.eslintrc new file mode 100644 index 000000000000..a38070b93195 --- /dev/null +++ b/packages/sanity/src/desk/panes/document/timeline/__workshop__/.eslintrc @@ -0,0 +1,5 @@ +{ + "rules": { + "i18next/no-literal-string": "off" + } +} \ No newline at end of file