Skip to content

Commit 6a62da4

Browse files
author
Shane Osbourne
committed
linting
1 parent 470aa1a commit 6a62da4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/special-pages/pages/example/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
import { Messaging, WindowsMessagingConfig } from '../../../../messaging/index.js'
11-
import { ExamplePageMessages, } from './messages.js'
11+
import { ExamplePageMessages } from './messages.js'
1212
import { Pixel, OverlayPixel, PlayPixel, PlayDoNotUse } from './pixels.js'
1313

1414
/**

packages/special-pages/scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { buildSync } from 'esbuild'
33
const CWD = new URL('..', import.meta.url).pathname
44

55
// build example page js
6-
const output = buildSync({
6+
buildSync({
77
entryPoints: [
88
join(CWD, 'pages', 'example', 'src', 'index.js')
99
],

0 commit comments

Comments
 (0)