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/twist/index.js | 4 +--- recipes/twist/webview.js | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'recipes/twist') diff --git a/recipes/twist/index.js b/recipes/twist/index.js index e8243fb..258da41 100644 --- a/recipes/twist/index.js +++ b/recipes/twist/index.js @@ -1,3 +1 @@ -"use strict"; - -module.exports = Franz => Franz; \ No newline at end of file +module.exports = Franz => Franz; diff --git a/recipes/twist/webview.js b/recipes/twist/webview.js index fc4b3f1..596e627 100644 --- a/recipes/twist/webview.js +++ b/recipes/twist/webview.js @@ -1,5 +1,3 @@ -"use strict"; - module.exports = Franz => { const getMessages = function getMessages() { const count = document.querySelectorAll('.switch_pane>.unread').length; @@ -7,4 +5,4 @@ module.exports = Franz => { }; Franz.loop(getMessages); -}; \ No newline at end of file +}; -- cgit v1.2.3-70-g09d2