Skip to content

Commit 584bc1d

Browse files
suhasrkalan-agius4
authored andcommitted
fix(@schematics/angular): add extra prettier config
Fixes #30744 (cherry picked from commit 6a78ef0)
1 parent 0d050f3 commit 584bc1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/schematics/angular/workspace/files/package.json.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"test": "ng test"<% } %>
1010
},
1111
"prettier": {
12+
"printWidth": 100,
13+
"singleQuote": true,
1214
"overrides": [
1315
{
1416
"files": "*.html",

0 commit comments

Comments
 (0)