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/franz-custom-website/index.js | 2 -- recipes/franz-custom-website/webview.js | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'recipes/franz-custom-website') diff --git a/recipes/franz-custom-website/index.js b/recipes/franz-custom-website/index.js index d232644..db3da5e 100644 --- a/recipes/franz-custom-website/index.js +++ b/recipes/franz-custom-website/index.js @@ -1,5 +1,3 @@ -"use strict"; - module.exports = Franz => class CustomWebsite extends Franz { async validateUrl(url) { return true; diff --git a/recipes/franz-custom-website/webview.js b/recipes/franz-custom-website/webview.js index ed1c3a6..6df0aaa 100644 --- a/recipes/franz-custom-website/webview.js +++ b/recipes/franz-custom-website/webview.js @@ -1,7 +1,5 @@ -"use strict"; - const path = require('path'); module.exports = Franz => { Franz.injectCSS(path.join(__dirname, 'style.css')); -}; \ No newline at end of file +}; -- cgit v1.2.3-54-g00ecf