From dfaa263765db205a27b50ab6ef230dbb5b921604 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Tue, 21 Jul 2020 13:22:58 -0500 Subject: [PATCH] Fix disable linters typo --- docs/disabling-linters.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/disabling-linters.md b/docs/disabling-linters.md index f7b58802..858966a0 100644 --- a/docs/disabling-linters.md +++ b/docs/disabling-linters.md @@ -962,7 +962,7 @@ lint: - ```js // editorconfig-checker-disable-line -```` +``` ### editorconfig-checker disable code block @@ -1003,3 +1003,4 @@ lint: ### htmlhint disable entire file - There is currently **No** way to disable rules in an entire file +````