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
Because the eslint config file is set up for TypeScript linting, and points to tsconfig.json files, VS Code reports errors when opening the config files that aren't covered by those TypeScript projects. To bypass this, they've been excluded from linting. But ideally they'd be subject to it as well.
The text was updated successfully, but these errors were encountered:
Because the eslint config file is set up for TypeScript linting, and points to
tsconfig.json
files, VS Code reports errors when opening the config files that aren't covered by those TypeScript projects. To bypass this, they've been excluded from linting. But ideally they'd be subject to it as well.The text was updated successfully, but these errors were encountered: