feathersjs-ecosystem / feathers-mongoose

Easily create a Mongoose Service for Feathersjs.
MIT License
189 stars 96 forks source link

Fix TSLint errors after upgrade #411

Closed daffl closed 3 years ago

daffl commented 3 years ago

The PR in https://github.com/feathersjs-ecosystem/feathers-mongoose/pull/410 currently skips TSLint because it is complaining about some error in the mongodb dependency which appears to have nothing to do with the actual types being tested.

J3m5 commented 3 years ago

Isn't Eslint recommended in place of TSLint now ?

daffl commented 3 years ago

I'm assuming it'd still error.