Closed perennialAutodidact closed 1 year ago
For me, the frontend app throws a linting error but the back end does not. This gives me no linting error in the browser.
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
Try hitting Cmd + Shift + P
and entering Developer: Restart Extension Host
and see if it makes the warnings appear. This fixed it for me.
## Description of changes
eslint-plugin-unused-imports
ESLint pluginTest steps
yarn install
in both packagesbackend/app.js
and comment out the reference togetDirName
as pictured below.frontend/app.jsx
and comment out the reference to theGame
component as pictured below.