ESLint Errors in Vite Template
Does anyone else get this type of eslint issue when using the default Vite template?
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/convex/backfill.ts` using `parserOptions.project`:
- <tsconfigRootDir>/tsconfig.node.json
- <tsconfigRootDir>/tsconfig.app.json
However, none of those TSConfigs include this file. Either:
- Change ESLint's list of included files to not include this file
- Change one of those TSConfigs to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/troubleshooting/typed-linting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-fileeslintParsing error: ESLint was configured to run on `<tsconfigRootDir>/convex/backfill.ts` using `parserOptions.project`:
- <tsconfigRootDir>/tsconfig.node.json
- <tsconfigRootDir>/tsconfig.app.json
However, none of those TSConfigs include this file. Either:
- Change ESLint's list of included files to not include this file
- Change one of those TSConfigs to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/troubleshooting/typed-linting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-fileeslint