From 97697e3d069972844b2912a93022f4a4904a40d6 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 31 Jul 2021 15:28:23 +0530 Subject: Fixed eslintrc as root for this folder; Reformatted all files. --- recipes/googlecalendar/index.js | 5 ++--- recipes/googlecalendar/webview.js | 2 -- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'recipes/googlecalendar') 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 @@ -module.exports = Franz => - class GoogleCalendar extends Franz { - }; +module.exports = Franz => class GoogleCalendar extends Franz { +}; 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 @@ -'use strict'; - const path = require('path'); module.exports = Franz => { -- cgit v1.2.3-70-g09d2