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
Currently, when running eslint from command line, I'm able to use the new config format by setting ESLINT_USE_FLAT_CONFIG=true env var, however it does not work when ran via typescript-eslint-language-service, even if I start my code editor from a shell in which ESLINT_USE_FLAT_CONFIG is exported
provide support FlatESLint config format
Currently, when running eslint from command line, I'm able to use the new config format by setting
ESLINT_USE_FLAT_CONFIG=true
env var, however it does not work when ran viatypescript-eslint-language-service
, even if I start my code editor from a shell in whichESLINT_USE_FLAT_CONFIG
is exportedfor more details about the new config format see:
https://eslint.org/blog/2022/08/new-config-system-part-1
https://eslint.org/blog/2022/08/new-config-system-part-2
https://eslint.org/blog/2022/08/new-config-system-part-3
eslint/eslint#13481
The text was updated successfully, but these errors were encountered: