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