#qwik with tailwindcss

4 messages · Page 1 of 1 (latest)

eager steppe
#

I'm sorry~ I'm a newcomer to QWIK.
When I create npm create qwik@latest and choose Empty App,
Then in the working environment npm run qwik add tailwind
When I click on tailwind.config.js,
The following warning message appears:
Parsing error: ESLint was configured to run on <tsconfigRootDir>/tailwind.config.js using parserOptions.project: <tsconfigRootDir>/tsconfig.json
However, that TSConfig does not include this file. Either:

I am using a rule from ESLint core, and it doesn't work correctly with TypeScript code

flint anchor
#

hey

#

u can fix this by adding it to esling ignore and prettier ignore

eager steppe
#

thank you , I do it ^^