Skip to content

Commit 6d0af9d

Browse files
committed
Removed eslintrc change
1 parent 6ca5c24 commit 6d0af9d

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

config/.eslintrc.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,18 @@ module.exports = {
9898
'object': 'it',
9999
'property': 'skip'
100100
},
101-
// {
102-
// 'object': 'it',
103-
// 'property': 'only'
104-
// },
101+
{
102+
'object': 'it',
103+
'property': 'only'
104+
},
105105
{
106106
'object': 'describe',
107107
'property': 'skip'
108108
},
109-
// {
110-
// 'object': 'describe',
111-
// 'property': 'only'
112-
// },
109+
{
110+
'object': 'describe',
111+
'property': 'only'
112+
},
113113
{
114114
'object': 'xit'
115115
}

packages/firestore/src/lite-api/database.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ export function getFirestore(
307307
if (!db._initialized) {
308308
const emulator = getDefaultEmulatorHostnameAndPort('firestore');
309309
if (emulator) {
310-
console.log('emulator');
311310
connectFirestoreEmulator(db, ...emulator);
312311
}
313312
}

0 commit comments

Comments
 (0)