-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence, | ||
* @fwuensche | ||
* @root | ||
|
||
# Order is important; the last matching pattern takes the most | ||
# precedence. When someone opens a pull request that only | ||
# modifies JS files, only these and not the global | ||
# owner(s) will be requested for a review. | ||
*.js @rchoquet | ||
*.js @javascript | ||
|
||
# In this example, the user owns any files in the src directory | ||
# at the root of the repository and any of its subdirectories. | ||
/src/ @fwuensche @rchoquet | ||
/src/ @source | ||
|
||
# There's a plugin folder inside /src/ that we'll be using to test | ||
# that the pattern matching is working correctly. See codeowners.test.ts | ||
plugins/ @fwuensche | ||
plugins/ @plugins | ||
|
||
# This should override the plugins/ rule above and assign the user | ||
/src/plugins/eslint.js @eslint-plugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters