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
and the project structure ~/work/tld/project/{apps,packages}/src/*
where in each apps and packages there is eslint.config.mjs.
The contents of eslint.config.mjs:
Hi!
Help me to figure out next problem.
I use coc-eslint with configuration (CocLocalConfig):
and the project structure ~/work/tld/project/{apps,packages}/src/*
where in each apps and packages there is
eslint.config.mjs
.The contents of eslint.config.mjs:
eslint looks for it in ~/ (have an error Error: Cannot read file '/home/USER/tsconfig.json'.)
Only works if I'm doing
cd ~/work/tld/packages/NAME && vim src/to/file.ts
The text was updated successfully, but these errors were encountered: