Skip to content

[Config] - support extends config from node_modules for oxlint #15538

Description

@hyfdev

I find #6552 and oxlint already supported extends keyword. But it seemed oxlint doesn't support to extends config from node_modules.

This's an important feature/way for users to share custom preset for their unique use cases. Eg https://github.com/tsconfig/bases

extends from files

{
  "extends": ["./react-recommended.json"] // ✅ supported
}

extends from npm packages

{
  "extends": ["oxlint-standard", "@private/oxlint-rules"] // ❌ Not supported
}

Metadata

Metadata

Assignees

Labels

Fields

Priority

None yet

Start date

None yet

Target date

None yet

Effort

None yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions