summaryrefslogtreecommitdiff
path: root/ext/js
diff options
context:
space:
mode:
authorCashew <52880648+Scrub1492@users.noreply.github.com>2024-02-10 12:32:55 +0700
committerGitHub <noreply@github.com>2024-02-10 05:32:55 +0000
commit6c8892e031b8ba9b62e2746f7807b5dafb2b984b (patch)
tree67754e47b8ebe0815a8fa425fe95d2e6c7c18c66 /ext/js
parent884f2a0b9d81ffb41e0df46d2b16c2e102f93435 (diff)
Add eslint eol-last rule (#662)
* add eol-last eslint rule * fix lint * update css-json.test
Diffstat (limited to 'ext/js')
-rw-r--r--ext/js/accessibility/google-docs-xray.js2
-rw-r--r--ext/js/core/fetch-utilities.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/js/accessibility/google-docs-xray.js b/ext/js/accessibility/google-docs-xray.js
index f128c058..15e1d50b 100644
--- a/ext/js/accessibility/google-docs-xray.js
+++ b/ext/js/accessibility/google-docs-xray.js
@@ -27,4 +27,4 @@ function main() {
window2._docs_annotate_canvas_by_ext = 'ogmnaimimemjmbakcfefmnahgdfhfami';
}
-main(); \ No newline at end of file
+main();
diff --git a/ext/js/core/fetch-utilities.js b/ext/js/core/fetch-utilities.js
index 074f7c9a..ccd8a305 100644
--- a/ext/js/core/fetch-utilities.js
+++ b/ext/js/core/fetch-utilities.js
@@ -54,4 +54,4 @@ export async function fetchText(url) {
export async function fetchJson(url) {
const response = await fetchAsset(url);
return await readResponseJson(response);
-} \ No newline at end of file
+}