From 6c8892e031b8ba9b62e2746f7807b5dafb2b984b Mon Sep 17 00:00:00 2001 From: Cashew <52880648+Scrub1492@users.noreply.github.com> Date: Sat, 10 Feb 2024 12:32:55 +0700 Subject: Add eslint eol-last rule (#662) * add eol-last eslint rule * fix lint * update css-json.test --- ext/js/accessibility/google-docs-xray.js | 2 +- ext/js/core/fetch-utilities.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/js') 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 +} -- cgit v1.2.3