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
cd reproduce-vscode-eslint-issue and npm install inside the root folder
code . --> open the project on VSCode and make sure vscode-eslint is enabled (wait for everything to load). If not loaded, a VSCode reload might be necessary.
Open files for testing:
src/dummy.mjs: It is flagged correctly by VSCode-ESLint
.config/anotherDummyFile.mjs: This file is not flagged at all (see Output for error)
Execute npm run eslint: both files are correctly flagged
The text was updated successfully, but these errors were encountered:
dbaeumer
added
the
bug
Issue identified by VS Code Team member as probable bug
label
Nov 4, 2024
Continuation of #1932
Issue happens when setting config file in a custom location (e.g.
<project-path>\.config\eslint.config.mjs
)The text was updated successfully, but these errors were encountered: