Skip to content

Commit 0f0a9ee

Browse files
committed
chore: vscode settings
1 parent 322a139 commit 0f0a9ee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ test/typescript/*.js
1717
test/typescript/*.map
1818
# VS Code stuff
1919
**/typings/**
20-
**/.vscode/**
2120

2221
.npmrc

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"standard.enable": true,
3+
"standard.autoFixOnSave": true,
4+
"editor.defaultFormatter": "standard.vscode-standard"
5+
}

0 commit comments

Comments
 (0)