Closed kadeem-lewis closed 3 weeks ago
Yeah, have the same problem. I console loged the vueTsEslintConfig()
and literally see an empty array. Could you fix it ASAP please?
@kadeem-lewis Like a quick solution - temporary move to the previous version "@vue/eslint-config-typescript": "14.0.1"
Fixed in 14.1.1
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: