mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 10:10:56 -05:00
updating doc
This commit is contained in:
parent
3eec4c39e8
commit
9b602c7314
1 changed files with 6 additions and 5 deletions
|
@ -351,11 +351,12 @@ RUN cd /tmp && echo "hello!"
|
||||||
### editorconfig-checker disable code block
|
### editorconfig-checker disable code block
|
||||||
|
|
||||||
```js
|
```js
|
||||||
<!-- editorconfig-checker-disable -->
|
// editorconfig-checker-disable
|
||||||
|
const myTemplateString = `
|
||||||
[somelink]: http://www.some.super.long.url.well.larger.than.the.maximum.line.length/that-I-have-no-control-over.html
|
first line
|
||||||
|
wrongly indended line because it needs to be
|
||||||
<!-- editorconfig-checker-enable -->
|
`
|
||||||
|
// editorconfig-checker-enable
|
||||||
```
|
```
|
||||||
|
|
||||||
### editorconfig-checker disable entire file
|
### editorconfig-checker disable entire file
|
||||||
|
|
Loading…
Reference in a new issue