-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
28 lines (23 loc) · 865 Bytes
/
CODEOWNERS
File metadata and controls
28 lines (23 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# the global owners will be requested for
# review when someone opens a pull request.
* @lishaduck @ParkerH27
/.github/ @lishaduck
/docs/ @lishaduck
/.all-contributorsrc @lishaduck
/turbo.json @lishaduck
/packages/* @ParkerH27 @lishaduck
/packages/*/public/ @ParkerH27 @lishaduck
/packages/*/src/**.js @ParkerH27
/packages/*/src/**.ts @ParkerH27 @lishaduck
/packages/*/*.js @lishaduck @ParkerH27
/packages/*/*.ts @lishaduck @ParkerH27
.prettierrc @lishaduck
.prettierignore @lishaduck
eslint.config.ts @lishaduck
package.json @lishaduck
pnpm-lock.yaml @lishaduck
tsconfig.json @lishaduck
vite.config.ts @lishaduck