I have a project with both JS and TS files (and JSX/TSX). I have a separate .eslintrc.json
file for JS vs. TS. I'd like to be able to tell VSCode which eslint config file to use depending on the file extension.
Tried putting the settings in settings.json
under the [typescript]
field but that didn't work.