Skip to content

Commit ea14837

Browse files
committed
chore ignore type errors on text fixture
1 parent f9e386d commit ea14837

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/fixtures/feathers-client.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ mockServer.on('things::remove', function(id) {
2828
mockServer.emit('things removed', { id, test: true })
2929
})
3030

31+
// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
3132
export function makeFeathersSocketClient(baseUrl) {
3233
const socket = io(baseUrl)
3334

@@ -36,6 +37,7 @@ export function makeFeathersSocketClient(baseUrl) {
3637
.configure(auth())
3738
}
3839

40+
// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
3941
export function makeFeathersRestClient(baseUrl) {
4042
return feathers()
4143
.configure(rest(baseUrl).axios(axios))

0 commit comments

Comments
 (0)