Skip to content

Commit

Permalink
fix(index.js): update todos
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianaCeric committed Nov 9, 2023
1 parent 946100e commit 035f411
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/types/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 035f411

Please sign in to comment.