From 5798fde09d11289a4eb4c2c263218e9244044673 Mon Sep 17 00:00:00 2001 From: Emmanuel Pilande Date: Mon, 11 May 2020 00:52:11 -0700 Subject: [PATCH] v1.0.10 --- .eslintrc | 1 + gatsby-theme-firebase/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index ca4635d..c556b0f 100644 --- a/.eslintrc +++ b/.eslintrc @@ -20,6 +20,7 @@ { "argsIgnorePattern": "^_", "ignoreRestSiblings": true } ], "@typescript-eslint/no-non-null-assertion": "off", + "@typescript-eslint/no-empty-function": "off", "@typescript-eslint/explicit-function-return-type": "off", "react/prop-types": "off" diff --git a/gatsby-theme-firebase/package.json b/gatsby-theme-firebase/package.json index 531ee3e..f365877 100644 --- a/gatsby-theme-firebase/package.json +++ b/gatsby-theme-firebase/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-firebase", - "version": "1.0.9", + "version": "1.0.10", "description": "A Gatsby Theme for adding firebase to your application.", "main": "index.js", "types": "index.d.ts",