From 9b602c731416912882046ccc6db44c37d0e2ce1a Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Tue, 27 Oct 2020 13:52:10 -0500 Subject: [PATCH] updating doc --- docs/disabling-linters.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/disabling-linters.md b/docs/disabling-linters.md index 9964bd4f..ca3947ce 100644 --- a/docs/disabling-linters.md +++ b/docs/disabling-linters.md @@ -351,11 +351,12 @@ RUN cd /tmp && echo "hello!" ### editorconfig-checker disable code block ```js - - -[somelink]: http://www.some.super.long.url.well.larger.than.the.maximum.line.length/that-I-have-no-control-over.html - - +// editorconfig-checker-disable +const myTemplateString = ` + first line + wrongly indended line because it needs to be +` +// editorconfig-checker-enable ``` ### editorconfig-checker disable entire file