Skip to content

Commit 0af4355

Browse files
committed
Updates to build
1 parent f3412f7 commit 0af4355

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+5180
-2179
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ packages/browser/.eslintcache
1717
packages/core/.eslintcache
1818

1919
packages/node-submit-sync/.eslintcache
20+
21+
*.tsbuildinfo

.vscode/extensions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"recommendations": [
33
"dbaeumer.vscode-eslint",
4+
"esbenp.prettier-vscode",
45
"hbenl.vscode-mocha-test-adapter",
56
"hbenl.vscode-test-explorer",
67
"juancasanova.awesometypescriptproblemmatcher",

.vscode/settings.json

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
// Place your settings in this file to overwrite default and user settings.
22
{
3-
"files.insertFinalNewline": true,
4-
"typescript.tsdk": "./node_modules/typescript/lib",
5-
"cSpell.words": [
6-
"Exceptionless",
7-
"angularjs",
8-
"bootstrapcdn",
9-
"configversion",
10-
"lage",
11-
"maxcdn",
12-
"tracekit",
13-
"tsproject"
14-
]
3+
"editor.formatOnSave": true,
4+
"files.insertFinalNewline": true,
5+
"prettier.eslintIntegration": true,
6+
"typescript.tsdk": "./node_modules/typescript/lib",
7+
"cSpell.words": [
8+
"Exceptionless",
9+
"angularjs",
10+
"bootstrapcdn",
11+
"configversion",
12+
"lage",
13+
"maxcdn",
14+
"tracekit",
15+
"tsproject"
16+
],
17+
"eslint.validate": [
18+
"javascript",
19+
"typescript"
20+
]
1521
}

0 commit comments

Comments
 (0)