Skip to content

Commit dbf86d4

Browse files
committed
Update eslint config with seam group
1 parent 27923ce commit dbf86d4

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

eslint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default [
6060
['^\\u0000'],
6161
['^node:'],
6262
['^@?\\w'],
63-
['@seamapi/makenew-tsmodule'],
63+
['seam'],
6464
['^lib/'],
6565
['^'],
6666
['^\\.'],

examples/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import landlubber, {
99
type Handler as DefaultHandler,
1010
type MiddlewareFunction,
1111
} from 'landlubber'
12+
1213
import { Seam } from 'seam'
1314

1415
import * as device from './device.js'

examples/lock.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { Builder, Command, Describe } from 'landlubber'
2+
23
import {
34
isSeamActionAttemptFailedError,
45
isSeamActionAttemptTimeoutError,

examples/unlock.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { Builder, Command, Describe } from 'landlubber'
2+
23
import {
34
isSeamActionAttemptFailedError,
45
isSeamActionAttemptTimeoutError,

0 commit comments

Comments
 (0)