Skip to content

Commit dbc2ef3

Browse files
committed
Make the playground run in other pages, and start of a workbench page
1 parent 5c6a01b commit dbc2ef3

File tree

13 files changed

+389
-152
lines changed

13 files changed

+389
-152
lines changed

.prettierrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"semi": false,
33
"singleQuote": false,
4-
"printWidth": 120
4+
"printWidth": 120,
5+
"arrowParens": "avoid"
56
}

package.json

-6
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@
3636
"clean": "yarn workspace typescriptlang-org gatsby clean",
3737
"test": "CI=true yarn workspaces run test"
3838
},
39-
"prettier": {
40-
"printWidth": 120,
41-
"semi": false,
42-
"singleQuote": true,
43-
"trailingComma": "es5"
44-
},
4539
"dependencies": {
4640
"serve-handler": "^6.1.2"
4741
},

packages/playground-examples/.prettierrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"singleQuote": false,
55
"tabWidth": 2,
66
"printWidth": 120,
7-
"trailingComma": "es5"
7+
"trailingComma": "es5",
8+
"arrowParens": "avoid"
89
}

0 commit comments

Comments
 (0)