1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-16 16:59:30 +00:00

chore(codeowners): clarify some nx ownership stuff

This commit is contained in:
addisonbeck
2025-05-27 15:51:39 -04:00
parent 8cdf7412f7
commit d9f6265641

9
.github/CODEOWNERS vendored
View File

@@ -117,6 +117,9 @@ apps/web/src/translation-constants.ts @bitwarden/team-platform-dev
.github/workflows/version-auto-bump.yml @bitwarden/team-platform-dev
# ESLint custom rules
libs/eslint @bitwarden/team-platform-dev
# Typescript tooling
tsconfig.base.json @bitwarden/team-platform-dev
nx.json @bitwarden/team-platform-dev
## Autofill team files ##
apps/browser/src/autofill @bitwarden/team-autofill-dev
@@ -184,8 +187,10 @@ apps/web/src/locales/en/messages.json
**/entrypoint.sh
## Overrides
# For the time being platform owns tsconfig and jest config
# These overrides will be removed after Nx is implemented
# For the time being platform owns all tsconfig, jest config, and nx config
# files.
# These overrides will be removed after Nx is implemented.
# To track that effort please see https://bitwarden.atlassian.net/browse/PM-21636
**/tsconfig.json @bitwarden/team-platform-dev
**/jest.config.js @bitwarden/team-platform-dev
**/project.json @bitwarden/team-platform-dev