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