Skip to content

Commit

Permalink
fix: linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Oct 7, 2024
1 parent 8c171e2 commit 1c1d75c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/bump-edge.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import process from 'node:process'
import { execSync } from 'node:child_process'
import { promises as fs } from 'node:fs'
import { resolve } from 'node:path'
Expand Down
1 change: 1 addition & 0 deletions scripts/preinstall.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import process from 'node:process'
import { spawnSync } from 'child_process'

const { status } = spawnSync('which', ['deno'], { stdio: 'ignore' })
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ export const detectLocaleFromAcceptLanguageHeader = (
* }
* ```
*/
// deno-lint-ignore no-empty-interface
export interface DefineLocaleMessage extends LocaleMessage<string> {} // eslint-disable-line @typescript-eslint/no-empty-interface

type ResolveResourceKeys<
Expand Down

0 comments on commit 1c1d75c

Please # to comment.