From 946100e61a4c044638350f406f0f5a337ac373f9 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 10:53:36 -0500 Subject: [PATCH] fix(index.js): remove duplicate --- lib/types/index.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/types/index.js b/lib/types/index.js index 2942cbf29..730bed4c5 100644 --- a/lib/types/index.js +++ b/lib/types/index.js @@ -61,7 +61,6 @@ export type RtdEntity = { export type RtdAlert = { Cause: string, DescriptionText: string, - DescriptionText: string, EditedBy: string, EditedDate: string, Effect: string, @@ -238,8 +237,6 @@ export type CustomFile = { useDuringServe: boolean } -// TODO: Remove this eslint rule once https://github.com/babel/babel-eslint/pull/584 -// is merged in. /* eslint-disable no-use-before-define */ export type Deployment = { buildGraphOnly?: boolean, @@ -575,9 +572,6 @@ export type Label = { projectId: string, user?: string } - -// TODO: Remove this eslint rule once https://github.com/babel/babel-eslint/pull/584 -// is merged in. /* eslint-enable no-use-before-define */ export type FeedInfo = { id: string