Skip to content

Commit

Permalink
additional lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Dec 3, 2024
1 parent ac9acf5 commit eb01475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
**/CHANGELOG.md
!api/release-notes.md
!app-shell/build/release-notes.md
**/yarn-cache/**

# components library
storybook-static
Expand Down
2 changes: 1 addition & 1 deletion app-shell/src/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import updater from 'electron-updater'
import { createLogger } from './log'
import { getConfig } from './config'
import { UI_INITIALIZED, UPDATE_VALUE } from './constants'
import type { UpdateInfo } from '@opentrons/app'
import type { UpdateInfo } from '@opentrons/app/src/redux/shell/types'
import type { Action, Dispatch, PlainError } from './types'

const autoUpdater = updater.autoUpdater
Expand Down

0 comments on commit eb01475

Please sign in to comment.