Replies: 1 comment 2 replies
-
I've also encountered this problem. May I ask if you've solved it? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I have the whole
eslint.config.js
at the project root, withunocss: true
. Inside/apps/app
(Vite + React app) there is auno.config.ts
file and the unocss plugin installed in the Vite config. The eslint-plugin is also installed at the root.In the terminal ESLint errors because it can't find the
uno.config.ts
in the root.Is it possible that way or do I need to have a separate
eslint.config.js
in/apps/app
, so it can find it from the current folder correctly? If so, how would the eslint config look like?Beta Was this translation helpful? Give feedback.
All reactions