Skip to content

Commit 27f4751

Browse files
committed
Add eslint disable on app-compat import
1 parent ca871ed commit 27f4751

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/database-compat/src/index.node.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17+
18+
// eslint-disable-next-line import/no-extraneous-dependencies
1719
import firebase from '@firebase/app-compat';
1820
import { FirebaseNamespace } from '@firebase/app-types';
1921
import { _FirebaseNamespace } from '@firebase/app-types/private';

0 commit comments

Comments
 (0)