diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index f813ceadf4f..00000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,22 +0,0 @@ -* @rome/staff - -# formatters -/crates/rome_*formatter @ematipico @MichaReiser - -# Multiple owners, as this is the foundation of most tools -/crates/rome_rowan @rome/staff - -# parsers -/crates/rome_js_parser @MichaReiser @xunilrj - -# analyzers -/crates/rome_*analyze @leops @xunilrj @ematipico - -/crates/rome_control_flow @leops -/crates/rome_js_semantic @xunilrj -/crates/rome_console @leops -/crates/rome_fs @leops @ematipico -/crates/rome_markup @leops -/crates/rome_service @leops @ematipico -/crates/rome_lsp @ematipico -/crates/rome_cli @leops @ematipico