Skip to content

Commit

Permalink
Replace require by import
Browse files Browse the repository at this point in the history
  • Loading branch information
GogoVega committed Feb 22, 2025
1 parent e42fbcd commit 53af270
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/

import firebaseConfig from "./nodes/firebase-config";

export * from "./nodes/firebase-config";
// eslint-disable-next-line @typescript-eslint/no-require-imports
module.exports = require("./nodes/firebase-config").default;

module.exports = firebaseConfig;

0 comments on commit 53af270

Please sign in to comment.