Need help with shared eslint (V9) setup. #10858
-
Relevant Log:
When opening or modifying a file within the packages/eslint-config directory, the VS Code ESLint extension throws an error: Error: Could not find config file. The issue seems to be with the extension’s ability to locate and process the shared ESLint configuration files within the monorepo structure.
The issue appears to be specific to how the ESLint VS Code extension handles a shared configuration package within a monorepo, as other files (e.g., source code in packages/web) don’t immediately trigger this error and eslint rules are not working as well. Thank you for you attention (^^). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, that link is unreachable for me, but |
Beta Was this translation helpful? Give feedback.
I tried the
npx create-turbo@latest
but got the the same error don't know why may be my editor issue, is their any editor sepcific settings i should look for?@anthonyshew @JoshuaKGoldberg