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 --- types/ext/display-content-manager.d.ts | 2 +- types/ext/display.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'types/ext') diff --git a/types/ext/display-content-manager.d.ts b/types/ext/display-content-manager.d.ts index c0cb183f..a216fce9 100644 --- a/types/ext/display-content-manager.d.ts +++ b/types/ext/display-content-manager.d.ts @@ -37,4 +37,4 @@ export type CachedMediaDataLoaded = { export type LoadMediaDataInfo = { onUnload: OnUnloadCallback; loaded: boolean; -}; \ No newline at end of file +}; diff --git a/types/ext/display.d.ts b/types/ext/display.d.ts index 351cf067..a2e61209 100644 --- a/types/ext/display.d.ts +++ b/types/ext/display.d.ts @@ -274,4 +274,4 @@ type WindowApiMessage = { params: WindowApiParams; }; -export type WindowApiFrameClientMessageAny = {[name in WindowApiNames]: FrameClientMessage>}[WindowApiNames]; \ No newline at end of file +export type WindowApiFrameClientMessageAny = {[name in WindowApiNames]: FrameClientMessage>}[WindowApiNames]; -- cgit v1.2.3