Skip to content

Commit 1b6e701

Browse files
committed
Reduce diff
1 parent d52e56d commit 1b6e701

File tree

6 files changed

+2
-153
lines changed

6 files changed

+2
-153
lines changed

.angular-github/actions/yarn-install/action.yml

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

.angular-github/workflows/update-cdk-apis-and-cli-help.yml

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

.angular-github/workflows/update-cli-help.yml

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

.github/workflows/augular-html-parser-continuous-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ jobs:
4444
yarn test
4545
yarn build
4646
yarn lint
47-

packages/angular-html-parser/.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"recommendations": [
3-
"esbenp.prettier-vscode",
3+
"prettier.prettier-vscode",
44
"editorconfig.editorconfig",
55
// "dbaeumer.vscode-eslint",
66
"streetsidesoftware.code-spell-checker"

packages/angular-html-parser/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"[javascript][typescript][json][jsonc][markdown][yaml]": {
3-
"editor.defaultFormatter": "esbenp.prettier-vscode",
3+
"editor.defaultFormatter": "prettier.prettier-vscode",
44
"editor.formatOnSave": true
55
},
66
// "[javascript][typescript]": {

0 commit comments

Comments
 (0)