Skip to content

Commit f3fc9b1

Browse files
committed
Refactor project structure by consolidating exports and removing unused files
1 parent 2463c51 commit f3fc9b1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+679
-961
lines changed

.mocharc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ module.exports = {
88
'test/**/*.test.ts'
99
],
1010
exclude: [
11-
'test/firebaseProject/*.ts',
12-
'test/firebaseProject/**/*.ts'
11+
'example/**/*.ts'
1312
],
1413
slow: 75,
1514
timeout: 30000,

admin/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

client/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ export default [
1515
"eslint.config.mjs",
1616
".mocharc.js",
1717
"nyc.config.js",
18-
"coverage/*",
19-
"test/firebaseProject/*"
18+
"coverage/*"
2019
]
2120
},
2221
{
@@ -106,6 +105,7 @@ export default [
106105
'sort-imports': 'off',
107106
'prefer-destructuring': 'off',
108107
'@typescript-eslint/consistent-return': 'off',
108+
'@typescript-eslint/naming-convention': 'off',
109109
'accessor-pairs': 'off',
110110
'@typescript-eslint/no-unsafe-return': 'off',
111111
'default-case': 'off',
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)