We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc9188 commit 3f0aa23Copy full SHA for 3f0aa23
addon/services/-firestore-data-manager.ts
@@ -1,3 +1,5 @@
1
+/* eslint-disable @typescript-eslint/no-non-null-asserted-optional-chain */
2
+
3
import { next } from '@ember/runloop';
4
import DS from 'ember-data';
5
import type ModelRegistry from 'ember-data/types/registries/model';
0 commit comments