aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2024-02-25 11:20:44 -0500
committerGitHub <noreply@github.com>2024-02-25 16:20:44 +0000
commit2e9ea19207a7410f929bb908759d48cb2340f29c (patch)
treea6bde1297d693bb8d50e4c93a963aa3179e5a2ce /.eslintrc.json
parent73169f06dff767020718a5715eba97d3575ba7e1 (diff)
"isJapanese" check move (#730)
* Move isStringPartiallyJapanese out of ClipboardMonitor * Create isStringPartiallyJapanese function * Add textMayBeTranslatable * Rename API function * Rename internal function * Add helper * Update translatable check * Pass language to TextScanner * Pass language explicitly * Use textMayBeTranslatable * No redundant translatable check * Update eslint * Remove double newline * Collapse * Rename
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index f2faff59..63cc6b7e 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -568,6 +568,7 @@
"ext/js/display/sandbox/structured-content-generator.js",
"ext/js/dom/sandbox/css-style-applier.js",
"ext/js/language/ja/japanese.js",
+ "ext/js/language/text-utilities.js",
"ext/js/templates/sandbox/anki-template-renderer-content-manager.js",
"ext/js/templates/sandbox/anki-template-renderer.js",
"ext/js/templates/sandbox/template-renderer-frame-api.js",