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/hackmd/webview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/hackmd') diff --git a/recipes/hackmd/webview.js b/recipes/hackmd/webview.js index 1977953..45cec03 100644 --- a/recipes/hackmd/webview.js +++ b/recipes/hackmd/webview.js @@ -1,4 +1,4 @@ -const path = require("path"); +const path = require('path'); module.exports = (Franz) => { const getMessages = function getMessages() { -- cgit v1.2.3-54-g00ecf