Forge Lint Odd Behavior On Export Styling

Hello,

I have noticed that Forge lint has a bit of an odd warning when you export code in a certain way. For example, let’s say i have the following
image

If my index file were to look like:

Then when doing forge lint you get:

So far so good! But then if i change the style of the export to be:

Then when i run forge lint:

Note that this behavior is only in the linter, I ran forge deploy and since it is only a warning the deploy went through and the code worked just fine. This seems like a slight unintended effect in the linter.