We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263264c commit 16575d8Copy full SHA for 16575d8
.gitignore
@@ -1,5 +1,4 @@
1
dist/*
2
stats.html
3
-.vscode
4
node_modules
5
/extensions
.vscode/settings.json
@@ -0,0 +1,10 @@
+{
+ "[typescript]": {
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
+ "editor.formatOnSave": true
+ },
6
+ "[javascript]": {
7
8
9
10
+}
0 commit comments