From eee5ac575a9c7de446cb3e7d6766f08e123735bd Mon Sep 17 00:00:00 2001 From: Pavel Rybalko Date: Wed, 6 Oct 2021 16:23:11 +0700 Subject: [PATCH] fix styling --- src/plugins/ipfs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/ipfs.ts b/src/plugins/ipfs.ts index 815e1d1..badb352 100644 --- a/src/plugins/ipfs.ts +++ b/src/plugins/ipfs.ts @@ -1,4 +1,3 @@ -/*eslint no-console: ["error", { allow: ["warn", "error"] }] */ import { VueConstructor } from "vue"; const Hash = require("ipfs-only-hash"); @@ -19,6 +18,7 @@ const plugin = { vm.$data.cid = hash; }); }) + // eslint-disable-next-line no-console .catch(error => console.error(error)); Vue.mixin({