Skip to content

Commit c3f9832

Browse files
authored
Merge pull request #71 from Adrianmjim/chore/refactor-packages
refactor(packages): Refactor code to get a more segmented packages
2 parents d586f87 + f1477ad commit c3f9832

File tree

547 files changed

+1229
-1157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

547 files changed

+1229
-1157
lines changed

.nycrc

Lines changed: 0 additions & 8 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"eslint.workingDirectories": [
3+
{ "pattern": "./packages/core/*" },
4+
{ "pattern": "./packages/project-config/*" },
5+
{ "pattern": "./packages/service/*" },
6+
],
7+
"workbench.colorCustomizations": {
8+
"activityBar.activeBackground": "#1f6fd0",
9+
"activityBar.background": "#1f6fd0",
10+
"activityBar.foreground": "#e7e7e7",
11+
"activityBar.inactiveForeground": "#e7e7e799",
12+
"activityBarBadge.background": "#ee90bb",
13+
"activityBarBadge.foreground": "#15202b",
14+
"commandCenter.border": "#e7e7e799",
15+
"sash.hoverBorder": "#1f6fd0",
16+
"statusBar.background": "#1857a4",
17+
"statusBar.foreground": "#e7e7e7",
18+
"statusBarItem.hoverBackground": "#1f6fd0",
19+
"statusBarItem.remoteBackground": "#1857a4",
20+
"statusBarItem.remoteForeground": "#e7e7e7",
21+
"titleBar.activeBackground": "#1857a4",
22+
"titleBar.activeForeground": "#e7e7e7",
23+
"titleBar.inactiveBackground": "#1857a499",
24+
"titleBar.inactiveForeground": "#e7e7e799"
25+
},
26+
}

packages/api-graphql/src/cat/fixtures/domain/command/CatDeleteCommandFixtures.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

packages/api-graphql/src/cat/fixtures/domain/command/CatInsertCommandFixtures.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/api-graphql/src/cat/fixtures/domain/command/CatInsertOneCommandFixtures.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/api-graphql/src/cat/fixtures/domain/command/CatSetCommandFixtures.ts

Lines changed: 0 additions & 35 deletions
This file was deleted.

packages/api-graphql/src/cat/fixtures/domain/command/CatUpdateCommandFixtures.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/api-graphql/src/cat/fixtures/domain/command/CatUpdateOneCommandFixtures.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/api-graphql/src/cat/fixtures/domain/model/CatFixtures.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

packages/api-graphql/src/cat/fixtures/domain/model/CatSortKeyAndOrderTypeFixtures.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)