From 56e4f70cb8b119fa5ed9aa69145bfc1c28186264 Mon Sep 17 00:00:00 2001 From: "amaresh.sm" Date: Sat, 13 Aug 2022 03:17:08 +0530 Subject: [PATCH] chore: lint .md file --- docs/src/rules/no-fallthrough.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/rules/no-fallthrough.md b/docs/src/rules/no-fallthrough.md index 446a8748093..0dac8196b59 100644 --- a/docs/src/rules/no-fallthrough.md +++ b/docs/src/rules/no-fallthrough.md @@ -225,6 +225,7 @@ switch(foo){ } ``` + ::: ## When Not To Use It