Skip to content

Commit ffb83f4

Browse files
committed
Add vscode text editor settings
1 parent f45e911 commit ffb83f4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vscode/settings.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"editor.formatOnSave": true,
3+
"files.exclude": {
4+
"**/.DS_Store": true,
5+
"**/.git": true,
6+
"**/node_modules": true
7+
},
8+
"prettier.eslintIntegration": true,
9+
"search.exclude": {
10+
"**/node_modules": true
11+
}
12+
}

0 commit comments

Comments
 (0)