isographlabs / isograph

The UI framework for teams that move fast — without breaking things.
MIT License
240 stars 15 forks source link

[typescript] Turn on all of the recommended config options #213

Open rbalicki2 opened 5 hours ago

rbalicki2 commented 5 hours ago
lanesawyer commented 3 hours ago

I could take a look at this soon. What do you think about applying all of the TS config options marked as "recommended"? I'm not sure how many items there would be to fix with that turned on, but I could take a look at that while I'm in there.

rbalicki2 commented 3 hours ago

Hell yeah! Yes, 100%, the stricter the TS, the better. I'll modify the task to turn on all the recommended items.

Feel free to fix the ones that are obvious (ideally in separate PRs that land before we turn on the rule), but also feel free to just ts-expect-error anything that isn't obvious. Or we can touch base and figure out how to change the code to turn on the various rules.