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
I recently updated to v14 of eslint-config-typescript and the flat config and I have started getting the following error
TypeError: Config "typescript-eslint/disable-type-checked": Key "files": Expected value to be a non-empty array at user-defined index 12.
Originally I updated to v14.1 and whenever I attempted to run eslint I would get that error. I downgraded to v14.0.0 and the error disappeared from the command line and I was able to run eslint normally but the error still exists when looking at the output of the vscode eslint plugin
I recently updated to v14 of eslint-config-typescript and the flat config and I have started getting the following error
TypeError: Config "typescript-eslint/disable-type-checked": Key "files": Expected value to be a non-empty array at user-defined index 12.
Originally I updated to v14.1 and whenever I attempted to run eslint I would get that error. I downgraded to v14.0.0 and the error disappeared from the command line and I was able to run eslint normally but the error still exists when looking at the output of the vscode eslint plugin
this is my config file
I am using vscode in WSL2
These are my dev dependencies:
The text was updated successfully, but these errors were encountered: