perennialAutodidact / memory-snap

0 stars 0 forks source link

64 eslint change unused imports from errors to warnings #71

Closed perennialAutodidact closed 1 year ago

perennialAutodidact commented 1 year ago

## Description of changes

Test steps

backend frontend
image image
russfraze commented 1 year ago

For me, the frontend app throws a linting error but the back end does not. Screen Shot 2023-11-01 at 1 29 26 PM This gives me no linting error in the browser.

perennialAutodidact commented 1 year ago

This was working for me, but now it's not. I'm looking into it. It's not a super huge deal if it shows in VSCode as long as it's eventually caught by the pre-commit hook from the other branch, but I won't know until that branch is merged into dev

perennialAutodidact commented 1 year ago

Try hitting Cmd + Shift + P and entering Developer: Restart Extension Host and see if it makes the warnings appear. This fixed it for me.