I find there are many config options that look like this:
oxc.configPath
oxc.typeAware
oxc.fixKind
I assume these predate the oxfmt era? More idiomatic names would be:
oxc.lint.configPath
oxc.lint.typeAware
oxc.lint.fixKind
as these are lint config options. Similar to how oxc.lint.customization exists, or oxc.lint.configPath.
This change would make the config much easier to understand directly by reading the config names.
I find there are many config options that look like this:
I assume these predate the oxfmt era? More idiomatic names would be:
as these are lint config options. Similar to how
oxc.lint.customizationexists, oroxc.lint.configPath.This change would make the config much easier to understand directly by reading the config names.