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 322a139 commit 0f0a9eeCopy full SHA for 0f0a9ee
.gitignore
@@ -17,6 +17,5 @@ test/typescript/*.js
17
test/typescript/*.map
18
# VS Code stuff
19
**/typings/**
20
-**/.vscode/**
21
22
.npmrc
.vscode/settings.json
@@ -0,0 +1,5 @@
1
+{
2
+ "standard.enable": true,
3
+ "standard.autoFixOnSave": true,
4
+ "editor.defaultFormatter": "standard.vscode-standard"
5
+}
0 commit comments