Skip to content

Commit

Permalink
chore: fix lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
spence-s committed Sep 8, 2024
1 parent f0f81f1 commit b155820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.cts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line unicorn/no-anonymous-default-export
module.exports = async () => {
const m = await import('./index.js');

Expand Down
3 changes: 1 addition & 2 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {Transform} from 'node:stream';
import pump from 'pump';
import type {OnUnknown} from 'pino-abstract-transport';
import abstractTransport from 'pino-abstract-transport';
import abstractTransport, {type OnUnknown} from 'pino-abstract-transport';
import type {SonicBoom, SonicBoomOpts} from 'sonic-boom';
import prettify from './lib/prettify.js';
import buildSafeSonicBoom from './lib/build-safe-sonic-boom.js';
Expand Down

0 comments on commit b155820

Please sign in to comment.