Skip to content

Commit

Permalink
refactor: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
collettemathieu committed Oct 9, 2024
1 parent 6313b5b commit bf2d801
Showing 1 changed file with 8 additions and 26 deletions.
34 changes: 8 additions & 26 deletions .detective/config.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,9 @@
{
"scopes": [
"apps/pathway-design/server",
"libs/common/events",
"libs/common/tools",
"libs/pathway-design/server/pathway"
],
"groups": [
"apps/pathway-design",
"apps",
"libs/common",
"libs/pathway-design/server",
"libs/pathway-design",
"libs"
],
"entries": [],
"teams": {
"example-team-a": [
"John Doe",
"Jane Doe"
],
"example-team-b": [
"Max Muster",
"Susi Sorglos"
]
}
}
"scopes": ["apps/pathway-design/server", "libs/common/events", "libs/common/tools", "libs/pathway-design/server/pathway"],
"groups": ["apps/pathway-design", "apps", "libs/common", "libs/pathway-design/server", "libs/pathway-design", "libs"],
"entries": [],
"teams": {
"example-team-a": ["John Doe", "Jane Doe"],
"example-team-b": ["Max Muster", "Susi Sorglos"]
}
}

0 comments on commit bf2d801

Please sign in to comment.