Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: setting project relative to .eslintrc.js
VSCode was having issues finding the tsconfig.json because frontend-base existed in a larger workspace, and so it was looking for it in the root of the workspace. This makes it look relative to the actual file trying to use it, which should work regardless of anyone’s workspace structure.
- Loading branch information