Skip to content

Commit 2d303a9

Browse files
committed
🤖 GITHUB ACTIONS format_prettier
1 parent 5bfcde4 commit 2d303a9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

‎angular.json‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,12 @@
117117
{
118118
"glob": "**/*",
119119
"input": "src/assets/",
120-
"ignore": ["fonts/**/*", "**/*.scss", "**/*.spec.ts", "print-view/**"],
120+
"ignore": [
121+
"fonts/**/*",
122+
"**/*.scss",
123+
"**/*.spec.ts",
124+
"print-view/**"
125+
],
121126
"output": "/assets/"
122127
},
123128
{

0 commit comments

Comments
 (0)