You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
I have tslint.json in the project root, which is also the working directory.
However, the linting is not active, and the console log says:
Error: ENOENT, no such file or directory '/Users/mike/tslint.json'
In other words, it only is looking for the file in the user home directory and ignoring the project root. Adding ~/tslint.json makes it work.
The text was updated successfully, but these errors were encountered: