data
data copied to clipboard
chore: fix CI caching to work with per-package linting
type and lint artifacts are no longer in root but instead exist as a per-package cache. We should enable caching and restoring these like we previously did with root.
this ought to be easy to do with turbo at this point, just make the lint job have an output on .eslintcache, though I'm hesitant to do it since we've been getting trolled by turbo and eslint in this regard