mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
We need to split the cli crate up to reduce dependencies, the current cli crate is pulling in `oxc_prettier`, which is redundant for the linter.
5 lines
76 B
JSON
5 lines
76 B
JSON
{
|
|
"rules": {
|
|
"no-empty": ["warn", { "allowEmptyCatch": false }]
|
|
}
|
|
}
|