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
If you set "eslint.experimental.useFlatConfig": true in the coc-settings.json file, it fails silently on projects that use ESLint's older config style. You get no warning that ESLint is essentially disabled.
When I switch projects, I have to manually update the coc-settings.json file. This doesn't happen in VSCode, which seems to determine per project the correct type of ESLint config to use.
The text was updated successfully, but these errors were encountered:
This helped me figure out why it wasn't working for my project with flat config!
Kind of irritating, I wish you it could just use both and not have to switch...
If you set
"eslint.experimental.useFlatConfig": true
in thecoc-settings.json
file, it fails silently on projects that use ESLint's older config style. You get no warning that ESLint is essentially disabled.When I switch projects, I have to manually update the
coc-settings.json
file. This doesn't happen in VSCode, which seems to determine per project the correct type of ESLint config to use.The text was updated successfully, but these errors were encountered: