Skip to content

Commit

Permalink
chore: fix linting (#163)
Browse files Browse the repository at this point in the history
* chore: fix linting

Signed-off-by: Frazer Smith <[email protected]>

* chore: missed one

---------

Signed-off-by: Frazer Smith <[email protected]>
  • Loading branch information
Fdawgs authored Jan 5, 2025
1 parent b08c63a commit 21bb215
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions types/index.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { FastifyInstance, FastifyPluginCallback, FastifyReply, FastifyRequest } from 'fastify'
import fastify from 'fastify'
import fastify, { FastifyInstance, FastifyPluginCallback, FastifyReply, FastifyRequest } from 'fastify'
import { either, task, taskEither } from 'fp-ts'
import { expectType, expectAssignable } from 'tsd'

import { fastifyFunky as fastifyFunkyNamed } from '..'
import fastifyFunkyDefault from '..'
import fastifyFunkyDefault, { fastifyFunky as fastifyFunkyNamed } from '..'
import * as fastifyFunkyStar from '..'
import fastifyFunkyCjsImport = require('..')
const fastifyFunkyCjs = require('./')
Expand Down

0 comments on commit 21bb215

Please sign in to comment.