Skip to content

Commit

Permalink
fix: include .d.ts files in lint-staged and remove unused FastifyInst…
Browse files Browse the repository at this point in the history
…ance import
  • Loading branch information
0age committed Dec 5, 2024
1 parent 69fbe6d commit cdaf8d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"**/*.{test,spec}.ts": [
"node scripts/check-test-files.js"
],
"src/**/!(*d).ts": [
"src/**/*.ts": [
"prettier --write",
"eslint --fix",
"prettier --check",
Expand Down
1 change: 0 additions & 1 deletion src/types/fastify.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { FastifyInstance as BaseFastifyInstance } from 'fastify';
import { PGlite } from '@electric-sql/pglite';

declare module 'fastify' {
Expand Down

0 comments on commit cdaf8d6

Please sign in to comment.