Support import.meta.env in eslint-plugin-turbo (#7781)
### Description
<!--
✍️ Write a short summary of your work.
If necessary, include relevant screenshots.
-->
This adds support for `import.meta.env` in `eslint-plugin-turbo` so that
projects that access environment variables through `import.meta.env` can
benefit from this eslint plugin.
This addresses #5163
### Testing Instructions
<!--
Give a quick description of steps to test your changes.
-->
I've added more automated test cases.
Co-authored-by: Greg Soltis <greg.soltis@vercel.com>