This is happening in one of my Jasmine Test files.
ESLint states that the let variable: "files" isn't reassigned, and so it should be a const. However literally a few lines below (128) it's reassigned, and so if I make the fix there's an error.
I may end up making it a const, then change 128 to push the File into the array. But I'm curious as to why it's saying it's never reassigned, could there be an issue with my ESLint config or something?
Screenshot:
