Skip to content

Commit

Permalink
disable no-extraneous-dependencies
Browse files Browse the repository at this point in the history
eslint-plugin-import bug import-js/eslint-plugin-import#2065
  • Loading branch information
lawandothman committed May 22, 2021
1 parent 6ca977a commit 8a997a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/firebase.ts
@@ -1,3 +1,4 @@
/* eslint-disable import/no-extraneous-dependencies */
import * as firebase from 'firebase/app'
import 'firebase/auth'
import 'firebase/firestore'
Expand Down

0 comments on commit 8a997a6

Please sign in to comment.