gxmari007 / vite-plugin-eslint

🚨 ESLint plugin for vite
MIT License
266 stars 44 forks source link

v1.5.0 regression - No File Matching error #27

Closed jzs11 closed 2 years ago

jzs11 commented 2 years ago

Repo: https://github.com/jzs11/vite-regression-playground run npm i and npm run build

You shall be able to see the following error: image

Downgrade to v1.4.0 the problem is gone.

Thanks!

wobito commented 2 years ago

I had the same issue, and confirmed Downgrading resolved the issue as well. Thank you!

gxmari007 commented 2 years ago

sorry i made a mistake, updated to 1.5.1 will fixed.

jzs11 commented 2 years ago

no worries, thanks for the awesome work :)

jzs11 commented 2 years ago

Hi dude,

I updated to the latest version, the playground repo is working fine, however, my main working repo still seems to have some problems

image

Any advice would be really appreciated, thanks.

jzs11 commented 2 years ago

Problem is gone after I installed the following extensions, closing the ticket. thanks for your help ! "eslint-config-standard": "^17.0.0",

amykapernick commented 2 years ago

I'm still having this issue with v1.6.0, on an astro site. Have stripped it all the way back and confirmed it's the eslint plugin that is causing the issue, adding the standard config helps, but only if you don't include it in the .eslintrc file

https://codesandbox.io/s/quirky-microservice-3zc032?file=/astro.config.mjs