Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 3984784

Browse files
committed
Fixed .gitignore so that settings.json is included.
1. .vscode/settings.json directly VSCode to live check JavaScript types, so it's required for this project to work correctly.
1 parent 4af5e9d commit 3984784

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ node_modules
99
coverage
1010

1111
# Editor and IDE configuration
12-
.vscode/
1312
.idea/

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"javascript.implicitProjectConfig.checkJs": true
3+
}

0 commit comments

Comments
 (0)