If we could configure categories differently per plugin, it would let us remove a ton of rules from our .oxlintrc.json file.
For example, we want to enable all "correctness" rules from all plugins, but we only want to enable "restriction" rules from a few specific plugins.
This may already be possible with extends and/or TypeScript config files, but so far I haven't found anything in the docs/issues/discussions.
If we could configure
categoriesdifferently per plugin, it would let us remove a ton ofrulesfrom our.oxlintrc.jsonfile.For example, we want to enable all
"correctness"rules from all plugins, but we only want to enable"restriction"rules from a few specific plugins.This may already be possible with
extendsand/or TypeScript config files, but so far I haven't found anything in the docs/issues/discussions.