Skip to content

Commit ad49067

Browse files
committed
optimize webpack and other minor changes
1 parent ac65836 commit ad49067

19 files changed

+2890
-13518
lines changed

.prettierrc.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"singleQuote": true,
3+
"trailingComma": "es5"
4+
}

appsscript.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"timeZone": "America/New_York",
3-
"dependencies": {
4-
},
3+
"dependencies": {},
4+
"exceptionLogging": "STACKDRIVER",
55
"oauthScopes": [
66
"https://www.googleapis.com/auth/script.container.ui",
77
"https://www.googleapis.com/auth/spreadsheets"
8-
]
9-
}
8+
],
9+
"runtimeVersion": "V8"
10+
}

0 commit comments

Comments
 (0)