From 268748f85fa6f4e3e13c44ca1709a4d3a960ab52 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Mon, 9 Sep 2019 14:22:17 +0530 Subject: [PATCH] :rotating_light: Removing linter warnings --- .editorconfig | 2 +- README.md | 1 + components/modal.vue | 8 ++------ 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.editorconfig b/.editorconfig index 37508f463..630e82e79 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true [*] indent_size = 2 -indent_style = tab +indent_style = space charset = utf-8 end_of_line = lf insert_final_newline = true diff --git a/README.md b/README.md index 2b19a51f3..af5e289d4 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ _Customized themes are also synced with local session storage_ - Copy public "Share URL" - Generate request code for JavaScript XHR, Fetch, cURL - Copy generated request code to clipboard + - Import cURL :electric_plug: **Web Socket**: Establish full-duplex communication channels over a single TCP connection diff --git a/components/modal.vue b/components/modal.vue index 8f6ebeba8..576e9928e 100644 --- a/components/modal.vue +++ b/components/modal.vue @@ -22,7 +22,7 @@