Skip to content

Commit

Permalink
build(deps-dev): add eslint, peer dep of neostandard (#76)
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 59d98e8 commit 685d70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@types/node": "^22.0.0",
"benchmark": "2.1.4",
"c8": "^10.1.2",
"eslint": "^9.17.0",
"neostandard": "^0.12.0",
"tsd": "^0.31.1"
},
Expand Down
3 changes: 1 addition & 2 deletions types/index.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { IncomingMessage } from 'node:http'
import { expectError, expectType } from 'tsd'
import { forwarded } from '..'
import forwardedESM from '..'
import forwardedESM, { forwarded } from '..'
import * as forwardedVarImport from '..'

expectType<string[]>(forwardedESM({} as IncomingMessage))
Expand Down

0 comments on commit 685d70d

Please sign in to comment.