From e8c9200f14f5b7f2fc57e8724ea4e6db1f71e5b4 Mon Sep 17 00:00:00 2001 From: Tanuj Kanti Date: Sun, 27 Nov 2022 05:11:03 -0800 Subject: [PATCH 1/4] fix: font, color and table flow of formatters-example page --- .../formatters/html-formatter-example.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/src/user-guide/formatters/html-formatter-example.html b/docs/src/user-guide/formatters/html-formatter-example.html index 7c90746fc5a..728262e97c9 100644 --- a/docs/src/user-guide/formatters/html-formatter-example.html +++ b/docs/src/user-guide/formatters/html-formatter-example.html @@ -7,16 +7,15 @@ From e0a2d0aee70936c8dfb9a4e02ca7ed9489285e3e Mon Sep 17 00:00:00 2001 From: Tanuj Kanti Date: Mon, 5 Dec 2022 06:24:11 -0800 Subject: [PATCH 2/4] fix: add html-formatter-example.json file --- docs/src/user-guide/formatters/html-formatter-example.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/src/user-guide/formatters/html-formatter-example.json diff --git a/docs/src/user-guide/formatters/html-formatter-example.json b/docs/src/user-guide/formatters/html-formatter-example.json new file mode 100644 index 00000000000..6070c859e9e --- /dev/null +++ b/docs/src/user-guide/formatters/html-formatter-example.json @@ -0,0 +1,3 @@ +{ + "layout": false +} \ No newline at end of file From 8f85bb0b672decd438e241dafefce7825bcfa205 Mon Sep 17 00:00:00 2001 From: Tanuj Kanti Date: Mon, 5 Dec 2022 22:53:04 -0800 Subject: [PATCH 3/4] fix: table color on theme change --- docs/src/user-guide/formatters/html-formatter-example.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/user-guide/formatters/html-formatter-example.html b/docs/src/user-guide/formatters/html-formatter-example.html index 728262e97c9..fcb7c4508cb 100644 --- a/docs/src/user-guide/formatters/html-formatter-example.html +++ b/docs/src/user-guide/formatters/html-formatter-example.html @@ -5,6 +5,7 @@ ESLint Report +

ESLint Report

- 9 problems (5 errors, 4 warnings) - Generated on Fri Nov 18 2022 16:27:56 GMT-0500 (Eastern Standard Time) + 9 problems (5 errors, 4 warnings) - Generated on Fri Dec 02 2022 16:38:02 GMT-0500 (Eastern Standard Time)
@@ -239,4 +225,4 @@

ESLint Report

} - + \ No newline at end of file