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/fastmail/index.js | 4 +--- recipes/fastmail/webview.js | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'recipes/fastmail') diff --git a/recipes/fastmail/index.js b/recipes/fastmail/index.js index 6012f4b..2d94af4 100644 --- a/recipes/fastmail/index.js +++ b/recipes/fastmail/index.js @@ -1,4 +1,2 @@ -"use strict"; - module.exports = Franz => Franz; -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZhc3RtYWlsL2luZGV4LmpzIl0sIm5hbWVzIjpbIm1vZHVsZSIsImV4cG9ydHMiLCJGcmFueiJdLCJtYXBwaW5ncyI6Ijs7QUFBQUEsT0FBT0MsT0FBUCxHQUFpQkMsU0FBU0EsS0FBMUIiLCJmaWxlIjoiZmFzdG1haWwvaW5kZXguanMiLCJzb3VyY2VzQ29udGVudCI6WyJtb2R1bGUuZXhwb3J0cyA9IEZyYW56ID0+IEZyYW56O1xuIl19 \ No newline at end of file +// # sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZhc3RtYWlsL2luZGV4LmpzIl0sIm5hbWVzIjpbIm1vZHVsZSIsImV4cG9ydHMiLCJGcmFueiJdLCJtYXBwaW5ncyI6Ijs7QUFBQUEsT0FBT0MsT0FBUCxHQUFpQkMsU0FBU0EsS0FBMUIiLCJmaWxlIjoiZmFzdG1haWwvaW5kZXguanMiLCJzb3VyY2VzQ29udGVudCI6WyJtb2R1bGUuZXhwb3J0cyA9IEZyYW56ID0+IEZyYW56O1xuIl19 diff --git a/recipes/fastmail/webview.js b/recipes/fastmail/webview.js index df39728..48066fe 100644 --- a/recipes/fastmail/webview.js +++ b/recipes/fastmail/webview.js @@ -1,10 +1,8 @@ -'use strict'; - const path = require('path'); module.exports = (Franz) => { const getMessages = () => { - const inbox = document.querySelector(".v-MailboxSource--inbox .v-MailboxSource-badge"); + const inbox = document.querySelector('.v-MailboxSource--inbox .v-MailboxSource-badge'); if (!inbox) { return; } -- cgit v1.2.3-54-g00ecf