Skip to content

Commit 75a17bc

Browse files
authored
Improving the exposed type system (#195)
1 parent f005d48 commit 75a17bc

27 files changed

+5859
-3392
lines changed

.prettierrc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
{
2-
"trailingComma": "es5",
3-
"tabWidth": 4,
4-
"true": false,
5-
"singleQuote": false,
6-
"printWidth": 100
7-
}
1+
{
2+
"trailingComma": "es5",
3+
"tabWidth": 4,
4+
"true": false,
5+
"singleQuote": false,
6+
"printWidth": 100
7+
}

.vscode/extensions.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
{
2-
"recommendations": [
3-
"editorconfig.editorconfig",
4-
"eg2.vscode-npm-script",
5-
"esbenp.prettier-vscode",
6-
"dbaeumer.vscode-eslint"
7-
]
8-
}
1+
{
2+
"recommendations": ["editorconfig.editorconfig", "eg2.vscode-npm-script", "esbenp.prettier-vscode"]
3+
}

0 commit comments

Comments
 (0)