Skip to content

linter: Zed extension does not respect ignorePatterns #11969

@i-love-neko-girls

Description

@i-love-neko-girls

What version of Oxlint are you using?

0.16.12

What command did you run?

No response

What does your .oxlintrc.json config file look like?

{
  "plugins": ["typescript", "unicorn", "oxc", "import", "node", "promise"],
  "ignorePatterns": [
    "test/**"
  ]
}

What happened?

Oxc extension for Zed says there are errors in my test files, but they are marked as ignored in my .oxlintrc.json

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions