Skip to content

Commit bedb8d9

Browse files
Lint
1 parent 71790fe commit bedb8d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/firestore/lite/src/api/reference.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,12 @@ import { Code, FirestoreError } from '../../../src/util/error';
8282
import { getDatastore } from './components';
8383

8484
export interface DocumentData {
85+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
8586
[field: string]: any;
8687
}
8788

8889
export interface UpdateData {
90+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
8991
[fieldPath: string]: any;
9092
}
9193

0 commit comments

Comments
 (0)