SushyDev / vapor-store

Vapor Store
189 stars 20 forks source link

Implement Typescript no-any rule #44

Open SushyDev opened 3 years ago

SushyDev commented 3 years ago

Almost all object are using object | any to indicate they're an object but dont have a interface so I added | any, It would be great if someone with more experience in Typescript to slowly migrate objects so they don't require | any since I have no clue on how to do that atm