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 was archived by the owner on Sep 20, 2023. It is now read-only.
I am using eslint for JavaScript and I have a .eslintrc file at the root of my project's directory alongside package.json.
The eslintrc seems to be read, but when I am linting a file that is in a subdirectory it appears that the package.json has not been found causing many import/no-extraneous-dependancies errors for imports.
In my .vimrc the main configuration line for using eslint is: