aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlecalendar
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-31 15:28:23 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-31 15:28:23 +0530
commit97697e3d069972844b2912a93022f4a4904a40d6 (patch)
tree53faff30fbac9d72042f593dfe1c547809f4f121 /recipes/googlecalendar
parentAllow any url in the custom-service to allow for sites like 'http://translate... (diff)
downloadferdium-recipes-97697e3d069972844b2912a93022f4a4904a40d6.tar.gz
ferdium-recipes-97697e3d069972844b2912a93022f4a4904a40d6.tar.zst
ferdium-recipes-97697e3d069972844b2912a93022f4a4904a40d6.zip
Fixed eslintrc as root for this folder; Reformatted all files.
Diffstat (limited to 'recipes/googlecalendar')
-rw-r--r--recipes/googlecalendar/index.js5
-rw-r--r--recipes/googlecalendar/webview.js2
2 files changed, 2 insertions, 5 deletions
diff --git a/recipes/googlecalendar/index.js b/recipes/googlecalendar/index.js
index 8019e7a..f18361f 100644
--- a/recipes/googlecalendar/index.js
+++ b/recipes/googlecalendar/index.js
@@ -1,3 +1,2 @@
1module.exports = Franz => 1module.exports = Franz => class GoogleCalendar extends Franz {
2 class GoogleCalendar extends Franz { 2};
3 };
diff --git a/recipes/googlecalendar/webview.js b/recipes/googlecalendar/webview.js
index 729f400..2e34c8b 100644
--- a/recipes/googlecalendar/webview.js
+++ b/recipes/googlecalendar/webview.js
@@ -1,5 +1,3 @@
1'use strict';
2
3const path = require('path'); 1const path = require('path');
4 2
5module.exports = Franz => { 3module.exports = Franz => {