Skip to content

Commit

Permalink
Add codeowners (#320)
Browse files Browse the repository at this point in the history
* Add ignore unknown file

* Add codeowners
  • Loading branch information
brachkow authored Sep 30, 2024
1 parent d56464d commit 280759d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"*": ["prettier --write"],
"*": ["prettier --write --ignore-unknown"],
"*.(ts|tsx|js|jsx|vue)": ["eslint --fix"]
}
8 changes: 8 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
* @brachkow
.* @brachkow
!docker-compose.yml @brachkow
!Dockerfile @brachkow

.github/workflows/ci.yml @f213
docker-compose.yml @f213
Dockerfile @f213

0 comments on commit 280759d

Please sign in to comment.