Skip to content

Commit

Permalink
add mock database so that the app can be developed before a firestore…
Browse files Browse the repository at this point in the history
… database is set up
  • Loading branch information
daeh committed Oct 8, 2024
1 parent d4cfa81 commit c00d412
Show file tree
Hide file tree
Showing 43 changed files with 1,215 additions and 25,282 deletions.
20,679 changes: 0 additions & 20,679 deletions .pnp.cjs

This file was deleted.

2,223 changes: 0 additions & 2,223 deletions .pnp.loader.mjs

This file was deleted.

18 changes: 12 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"editor.formatOnSave": true,
"eslint.useFlatConfig": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
Expand All @@ -19,12 +18,19 @@
"[css][scss][less]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"files.exclude": {
".idea": true
},
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
"**/.pnp.*": true,
".idea": true,
".vscode": true
},
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
"eslint.useFlatConfig": true,
// "eslint.nodePath": "node_modules",
// "typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.configPath": "./prettier.config.cjs" // this is a temp fix for VSCode
}
Binary file modified .yarn/install-state.gz
Binary file not shown.
32 changes: 0 additions & 32 deletions .yarn/sdks/eslint/bin/eslint.js

This file was deleted.

32 changes: 0 additions & 32 deletions .yarn/sdks/eslint/lib/api.js

This file was deleted.

32 changes: 0 additions & 32 deletions .yarn/sdks/eslint/lib/unsupported-api.js

This file was deleted.

14 changes: 0 additions & 14 deletions .yarn/sdks/eslint/package.json

This file was deleted.

5 changes: 0 additions & 5 deletions .yarn/sdks/integrations.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .yarn/sdks/prettier/bin/prettier.cjs

This file was deleted.

32 changes: 0 additions & 32 deletions .yarn/sdks/prettier/index.cjs

This file was deleted.

7 changes: 0 additions & 7 deletions .yarn/sdks/prettier/package.json

This file was deleted.

32 changes: 0 additions & 32 deletions .yarn/sdks/typescript/bin/tsc

This file was deleted.

32 changes: 0 additions & 32 deletions .yarn/sdks/typescript/bin/tsserver

This file was deleted.

32 changes: 0 additions & 32 deletions .yarn/sdks/typescript/lib/tsc.js

This file was deleted.

Loading

0 comments on commit c00d412

Please sign in to comment.