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/googlekeep/index.js | 5 ++--- recipes/googlekeep/webview.js | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'recipes/googlekeep') diff --git a/recipes/googlekeep/index.js b/recipes/googlekeep/index.js index fb830e3..63a0505 100644 --- a/recipes/googlekeep/index.js +++ b/recipes/googlekeep/index.js @@ -1,3 +1,2 @@ -module.exports = Franz => - class GoogleKeep extends Franz { - }; +module.exports = Franz => class GoogleKeep extends Franz { +}; diff --git a/recipes/googlekeep/webview.js b/recipes/googlekeep/webview.js index e1c06d0..bdbf506 100644 --- a/recipes/googlekeep/webview.js +++ b/recipes/googlekeep/webview.js @@ -1,2 +1 @@ -"use strict"; -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJnb29nbGVrZWVwL3dlYnZpZXcuanMiLCJzb3VyY2VzQ29udGVudCI6W119 \ No newline at end of file +// # sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJnb29nbGVrZWVwL3dlYnZpZXcuanMiLCJzb3VyY2VzQ29udGVudCI6W119 -- cgit v1.2.3-70-g09d2