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