diff --git a/docs/src/user-guide/formatters/html-formatter-example.html b/docs/src/user-guide/formatters/html-formatter-example.html index 7c90746fc5a..b8ef2493d3b 100644 --- a/docs/src/user-guide/formatters/html-formatter-example.html +++ b/docs/src/user-guide/formatters/html-formatter-example.html @@ -118,7 +118,7 @@

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)
@@ -225,4 +225,4 @@

ESLint Report

} - + \ No newline at end of file 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