https://github.com/Clev7/joystick this is the link to the project I'm currently writing with the eslintrc.json
I've installed the eslint extension on vscode and installed it as a dev dependency on WSL Debian and can run npx eslint just fine. For some reason, even though there aren't any errors from the linter, it's not doing anything on the filesystem.
Any ideas on what the issue could be? Is it because I'm using typescript and not just vanilla node? Or does eslint just not work on WSL?