From 3bb65f21159e4e4db618ff5cee1b2aa46bc562ad Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Sat, 22 Jan 2022 22:16:27 +0530 Subject: [PATCH] fix: json linting not working on raw body + small ts corrections --- .../components/http/RawBody.vue | 68 ++++++++++++++----- .../helpers/functional/files.ts | 19 ++++++ 2 files changed, 70 insertions(+), 17 deletions(-) create mode 100644 packages/hoppscotch-app/helpers/functional/files.ts diff --git a/packages/hoppscotch-app/components/http/RawBody.vue b/packages/hoppscotch-app/components/http/RawBody.vue index e514c3767..9d362e545 100644 --- a/packages/hoppscotch-app/components/http/RawBody.vue +++ b/packages/hoppscotch-app/components/http/RawBody.vue @@ -57,26 +57,57 @@