Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Nov 11, 2023
1 parent 370ed08 commit f37eca3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/api/scripts/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ prog
outfile: path.join(__dirname, '..', 'dist', 'worker.js'),
legalComments: 'external',
inject: [path.join(__dirname, 'node-globals.js')],
loader: { '.js': 'jsx' },
loader: { '.js': 'jsx' },
plugins: [
{
name: 'alias',
Expand Down
2 changes: 0 additions & 2 deletions packages/w3up-launch/src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import * as React from 'react'

export const DEFAULT_SUNSET_START_DATE = new Date(Date.parse('2024-01-10T00:00:00Z'))

/**
Expand Down

0 comments on commit f37eca3

Please sign in to comment.