-
-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignores not work as expected #394
Comments
Problem with relative paths. @antfu fix please in the readme, thank you. |
I had the same problem |
@brokuka try |
hello guys, facing this same issue. This is my eslint config `import antfu from '@antfu/eslint-config' export default antfu({ |
@antfu i'm trying this in my config: export default antfu({
ignores: [
'**/public/**',
'**/public/**/*',
'public/**',
'public/**/*',
],
... nothing seems to be working. EDIT: |
Describe the bug
Prop
ignores
not working as expected and i'm gettingeslint
comment errors when not needReproduction
https://github.com/brokuka/antfu-ignores-issue
Check
~/generated/api/client.ts
to see if there is an error. Generated bypnpm run generate:api
.System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: