Skip to content

Commit 23ff9f4

Browse files
committed
Commit editor settings
1 parent d1de308 commit 23ff9f4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ terraform*
2424
.env.test.local
2525
.env.production.local
2626
.idea/
27-
.vscode/
28-
cadet-frontend.iml
2927

3028
npm-debug.log*
3129
.eslintcache

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"editor.defaultFormatter": "esbenp.prettier-vscode",
3+
"eslint.useFlatConfig": true,
4+
"files.insertFinalNewline": true,
5+
"liveServer.settings.file": "/index.html",
6+
"liveServer.settings.NoBrowser": true,
7+
"liveServer.settings.root": "/build"
8+
}

0 commit comments

Comments
 (0)