Skip to content

Commit

Permalink
refactor(packages): Refactor packages to get a more segmented packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrianmjim committed Jan 7, 2024
1 parent d586f87 commit f1477ad
Show file tree
Hide file tree
Showing 547 changed files with 1,229 additions and 1,157 deletions.
8 changes: 0 additions & 8 deletions .nycrc

This file was deleted.

26 changes: 26 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"eslint.workingDirectories": [
{ "pattern": "./packages/core/*" },
{ "pattern": "./packages/project-config/*" },
{ "pattern": "./packages/service/*" },
],
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#1f6fd0",
"activityBar.background": "#1f6fd0",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#ee90bb",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#1f6fd0",
"statusBar.background": "#1857a4",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#1f6fd0",
"statusBarItem.remoteBackground": "#1857a4",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#1857a4",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#1857a499",
"titleBar.inactiveForeground": "#e7e7e799"
},
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions packages/api-graphql/src/cat/fixtures/domain/model/CatFixtures.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions packages/api-grpc/src/cat/fixtures/domain/model/CatFixtures.ts

This file was deleted.

This file was deleted.

Loading

0 comments on commit f1477ad

Please sign in to comment.