From 8365b7b705054818a401a7d73ea5346019056f98 Mon Sep 17 00:00:00 2001 From: Anto Christopher <93177734+anto-deepsource@users.noreply.github.com> Date: Mon, 19 Dec 2022 15:42:30 +0530 Subject: [PATCH 01/10] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 58ccb924..b90eca00 100644 --- a/index.js +++ b/index.js @@ -84,6 +84,6 @@ function isMatched(str) { return matches; } -function commentCheck(){ +function commentCheck(){ // check console.log("no comment") } From e422f1a444ca08f4e9e98bcda20f155100d366d4 Mon Sep 17 00:00:00 2001 From: Anto Christopher <93177734+anto-deepsource@users.noreply.github.com> Date: Fri, 23 Dec 2022 12:12:29 +0530 Subject: [PATCH 02/10] Update index.js --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index b90eca00..b5494c47 100644 --- a/index.js +++ b/index.js @@ -84,6 +84,7 @@ function isMatched(str) { return matches; } -function commentCheck(){ // check +function commentCheck() { console.log("no comment") + debugger } From e303dcc8cf7e2c5b8920c7a1ae66dc401d14818e Mon Sep 17 00:00:00 2001 From: Anto Christopher <93177734+anto-deepsource@users.noreply.github.com> Date: Fri, 23 Dec 2022 12:16:35 +0530 Subject: [PATCH 03/10] Update index.js --- index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.js b/index.js index b5494c47..79843b72 100644 --- a/index.js +++ b/index.js @@ -88,3 +88,8 @@ function commentCheck() { console.log("no comment") debugger } + +function commentCheck1() { + console.log("no comment") + debugger +} From c8d87615d7c7db749ef0aad7c4b3136191618c7f Mon Sep 17 00:00:00 2001 From: Anto Christopher <93177734+anto-deepsource@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:31:02 +0530 Subject: [PATCH 04/10] Update index.js --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index 79843b72..f7f85e2f 100644 --- a/index.js +++ b/index.js @@ -89,7 +89,6 @@ function commentCheck() { debugger } -function commentCheck1() { - console.log("no comment") +function commentCheck1(){console.log("no comment") debugger } From 7456965b771f27048c838ec8e89ad645ea918d30 Mon Sep 17 00:00:00 2001 From: Anto Christopher <93177734+anto-deepsource@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:32:14 +0530 Subject: [PATCH 05/10] Update .deepsource.toml --- .deepsource.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.deepsource.toml b/.deepsource.toml index 7a414ab0..4b1734ce 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -11,3 +11,6 @@ enabled = true ] dialect = 'flow' +[[transformers]] +name = "prettier" +enabled = true From 95ae3bf4dca0e7e5bd71a2183144f60f52bdddd8 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 10:02:33 +0000 Subject: [PATCH 06/10] style: Format code with prettier --- index.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index f7f85e2f..5e953a34 100644 --- a/index.js +++ b/index.js @@ -85,10 +85,11 @@ function isMatched(str) { } function commentCheck() { - console.log("no comment") - debugger + console.log("no comment"); + debugger; } -function commentCheck1(){console.log("no comment") - debugger +function commentCheck1() { + console.log("no comment"); + debugger; } From 9ea77a4b102ba71a7a9613c88039521613987c26 Mon Sep 17 00:00:00 2001 From: Anto Christopher <93177734+anto-deepsource@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:33:50 +0530 Subject: [PATCH 07/10] Update index.js --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index 5e953a34..ce3d389c 100644 --- a/index.js +++ b/index.js @@ -89,7 +89,6 @@ function commentCheck() { debugger; } -function commentCheck1() { - console.log("no comment"); +function commentCheck1(){console.log("no comment"); debugger; } From a2bc78a5e4940a958c43cfdf705b50a20722e665 Mon Sep 17 00:00:00 2001 From: "deepsource-dev-autofix[bot]" <61578317+deepsource-dev-autofix[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 10:03:59 +0000 Subject: [PATCH 08/10] style: Format code with prettier --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index ce3d389c..5e953a34 100644 --- a/index.js +++ b/index.js @@ -89,6 +89,7 @@ function commentCheck() { debugger; } -function commentCheck1(){console.log("no comment"); +function commentCheck1() { + console.log("no comment"); debugger; } From fcfd76e1c1821dea28a9f94e67c3b3c65fb7cc68 Mon Sep 17 00:00:00 2001 From: Anto Christopher <93177734+anto-deepsource@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:34:50 +0530 Subject: [PATCH 09/10] Update index.js --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index 5e953a34..ce3d389c 100644 --- a/index.js +++ b/index.js @@ -89,7 +89,6 @@ function commentCheck() { debugger; } -function commentCheck1() { - console.log("no comment"); +function commentCheck1(){console.log("no comment"); debugger; } From cd7176cab39be386e3d6703252e560df69b19432 Mon Sep 17 00:00:00 2001 From: "deepsource-dev-autofix[bot]" <61578317+deepsource-dev-autofix[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 10:05:10 +0000 Subject: [PATCH 10/10] style: Format code with prettier --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index ce3d389c..5e953a34 100644 --- a/index.js +++ b/index.js @@ -89,6 +89,7 @@ function commentCheck() { debugger; } -function commentCheck1(){console.log("no comment"); +function commentCheck1() { + console.log("no comment"); debugger; }