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
}
I find #6552 and oxlint already supported
extendskeyword. But it seemed oxlint doesn't support to extends config fromnode_modules.This's an important feature/way for users to share custom
presetfor their unique use cases. Eg https://github.com/tsconfig/basesextendsfrom files{ "extends": ["./react-recommended.json"] // ✅ supported }extendsfrom npm packages{ "extends": ["oxlint-standard", "@private/oxlint-rules"] // ❌ Not supported }