From 4f23689e79988c2a62006a862880db3cf751baff Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 26 Nov 2024 19:19:56 +0800 Subject: [PATCH] chore(CODEOWNERS): add @leaysgur to `oxc_prettier` and `oxc_regular_expression` --- .github/CODEOWNERS | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f8edd38e325a3..fef625c0adaca 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,11 +7,12 @@ Cargo.lock pnpm-lock.yaml -# Crates - -/crates/oxc_transformer @overlookmotel @dunqing -/crates/oxc_semantic @Boshen @dunqing /crates/oxc_data_structures @overlookmotel -/crates/oxc_traverse @overlookmotel /crates/oxc_isolated_declarations @dunqing -/tasks/ast_tools +/crates/oxc_prettier @leaysgur +/crates/oxc_regular_expression @leaysgur +/crates/oxc_semantic @Boshen @dunqing +/crates/oxc_transformer @overlookmotel @dunqing +/crates/oxc_traverse @overlookmotel + +/tasks/ast_tools @overlookmotel