isographlabs / isograph

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

Lint to disallow the import of exported iso fields #83

Open rbalicki2 opened 1 month ago

rbalicki2 commented 1 month ago

This may not be feasible. But, if it was, it would prevent file A from importing an export of file B, if that export is an export of iso(...). This (presumably) makes it a type aware lint, so this might not be a currently feasible idea.