Skip to content

Commit

Permalink
v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
epilande committed May 11, 2020
1 parent 7eb7407 commit 5798fde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gatsby-theme-firebase/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5798fde

Please sign in to comment.