Skip to content

Commit 3e64ecb

Browse files
committed
update configuration libs
1 parent f7e2572 commit 3e64ecb

File tree

204 files changed

+5700
-9944
lines changed

Some content is hidden

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

204 files changed

+5700
-9944
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- run: npm ci
1919

2020
- run: npx nx workspace-lint
21-
# - run: npx nx format:check
21+
# - run: npx nx format:check
2222
- run: npx nx affected --target=lint --parallel=3
2323
- run: npx nx affected --target=build --parallel=3

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ yarn.lock
4848
ehthumbs.db
4949
Thumbs.db
5050

51+
52+
.angular

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"recommendations": [
33
"nrwl.angular-console",
44
"angular.ng-template",
5-
"esbenp.prettier-vscode"
5+
"esbenp.prettier-vscode",
6+
"firsttris.vscode-jest-runner"
67
]
78
}

0 commit comments

Comments
 (0)