unsplash / unsplash-js

🤖 Official JavaScript wrapper for the Unsplash API
https://www.npmjs.com/package/unsplash-js
MIT License
2.13k stars 156 forks source link

Linting does not run automatically as prepublish step #169

Open OliverJAsh opened 3 years ago

OliverJAsh commented 3 years ago

This means it's possible to release some broken code.

I would normally use prepublish or prepublishOnly scripts to solve this, but I'm not sure how that ties in with tsdx.

OliverJAsh commented 3 years ago

Best way forward would probably be to remove tsdx as it also solves other issues e.g. #167.