oxc/tasks
DonIsaac 6e3224d5fa feat(linter): configure by category in config files (#6120)
> closes #5454

Adds a `categories` property to config files, where each key is a `RuleCategory` and each value is `"allow"/"off"`, `"warn"`, or `"deny"/"error"`.

Note that this change won't come into effect until after #6088 is merged.
2024-10-08 22:19:07 +00:00
..
ast_tools perf(linter, ast-tools, coverage): Use FxHashSet instead of std::collections::HashSet (#6001) 2024-09-24 19:29:08 +08:00
benchmark chore(deps): update pnpm to v9.12.1 (#6365) 2024-10-08 14:54:27 +00:00
common perf(rust): use cow_utils instead (#5664) 2024-09-11 18:39:30 +08:00
coverage feat(parser)!: use BindingIdentifier for namespace declaration names (#6003) 2024-10-08 08:39:31 +00:00
javascript_globals perf(ast-tools): use FxHashMap over std::collections::HashMap (#5997) 2024-09-23 18:28:54 +00:00
lint_rules chore: use dprint to format js, json and markdown 2024-09-08 13:24:58 +08:00
minsize feat(minifier): minify basic arithmetic calculations. (#6280) 2024-10-07 10:41:06 +00:00
prettier_conformance perf(linter, ast-tools, coverage): Use FxHashSet instead of std::collections::HashSet (#6001) 2024-09-24 19:29:08 +08:00
rulegen feat(rulegen): add diagnostic for rule template (#6187) 2024-10-01 11:04:50 +08:00
transform_checker ci(transformer): move post-transform checker to tasks crate (#6288) 2024-10-05 14:48:37 +00:00
transform_conformance test(transformer): fix indentation in transformer test fixtures (#6346) 2024-10-08 01:32:07 +00:00
website feat(linter): configure by category in config files (#6120) 2024-10-08 22:19:07 +00:00