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 d1de308 commit 23ff9f4Copy full SHA for 23ff9f4
.gitignore
@@ -24,8 +24,6 @@ terraform*
24
.env.test.local
25
.env.production.local
26
.idea/
27
-.vscode/
28
-cadet-frontend.iml
29
30
npm-debug.log*
31
.eslintcache
.vscode/settings.json
@@ -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