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
When using the config with react and typescript enabled with tsconfigPath set, the files that are not typescript get errors along the lines as below:
0:0 error Parsing error: ESLint was configured to run on `<tsconfigRootDir>/tailwind.config.js` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.app.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig 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-file
Describe the bug
When using the config with react and typescript enabled with
tsconfigPath
set, the files that are not typescript get errors along the lines as below:Reproduction
https://stackblitz.com/edit/vitejs-vite-zhjuwp?file=package.json
System Info
Used Package Manager
npm
Validations
Contributions
The text was updated successfully, but these errors were encountered: