From 035f411029c003f8964d6ede1db120c890e4eb38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adriana=20Ceri=C4=87?= <62163307+AdrianaCeric@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:13:19 -0500 Subject: [PATCH] fix(index.js): update todos --- lib/types/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/types/index.js b/lib/types/index.js index 730bed4c5..376d41a27 100644 --- a/lib/types/index.js +++ b/lib/types/index.js @@ -237,6 +237,7 @@ export type CustomFile = { useDuringServe: boolean } +// TODO: Remove this eslint rule once Mastarm is upgraded/replaced /* eslint-disable no-use-before-define */ export type Deployment = { buildGraphOnly?: boolean, @@ -572,6 +573,8 @@ export type Label = { projectId: string, user?: string } + +// TODO: Remove this eslint rule once Mastarm is upgraded/replaced /* eslint-enable no-use-before-define */ export type FeedInfo = { id: string