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/zeplin/index.js | 2 -- recipes/zeplin/webview.js | 2 -- 2 files changed, 4 deletions(-) (limited to 'recipes/zeplin') diff --git a/recipes/zeplin/index.js b/recipes/zeplin/index.js index 17daa35..258da41 100644 --- a/recipes/zeplin/index.js +++ b/recipes/zeplin/index.js @@ -1,3 +1 @@ -"use strict"; - module.exports = Franz => Franz; diff --git a/recipes/zeplin/webview.js b/recipes/zeplin/webview.js index 2e87537..00030b0 100644 --- a/recipes/zeplin/webview.js +++ b/recipes/zeplin/webview.js @@ -1,5 +1,3 @@ -'use strict'; - const path = require('path'); module.exports = Franz => { -- cgit v1.2.3-54-g00ecf