Skip to content

Commit

Permalink
build(deps-dev): add eslint, peer dep of neostandard (#151)
Browse files Browse the repository at this point in the history
* build(deps-dev): add eslint, peer dep of neostandard

* chore: lint
  • Loading branch information
Fdawgs authored Dec 16, 2024
1 parent 472ee8c commit d67599c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"c8": "^10.1.2",
"eslint": "^9.17.0",
"fastify": "^5.0.0",
"neostandard": "^0.12.0",
"toad-scheduler": "^3.0.1",
Expand Down
6 changes: 2 additions & 4 deletions types/index.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { FastifyInstance, FastifyPluginCallback } from 'fastify'
import fastify from 'fastify'
import fastify, { FastifyInstance, FastifyPluginCallback } from 'fastify'
import { expectType } from 'tsd'

import { fastifySchedule as fastifyScheduleNamed } from '..'
import fastifyScheduleDefault from '..'
import fastifyScheduleDefault, { fastifySchedule as fastifyScheduleNamed } from '..'
import * as fastifyScheduleStar from '..'
import fastifyScheduleCjsImport = require('..')
const fastifyScheduleCjs = require('./')
Expand Down

0 comments on commit d67599c

Please sign in to comment.