mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 07:31:05 -05:00
Fix disable linters typo
This commit is contained in:
parent
621a554a28
commit
dfaa263765
1 changed files with 2 additions and 1 deletions
|
@ -962,7 +962,7 @@ lint:
|
||||||
-
|
-
|
||||||
```js
|
```js
|
||||||
<LINE> // editorconfig-checker-disable-line
|
<LINE> // editorconfig-checker-disable-line
|
||||||
````
|
```
|
||||||
|
|
||||||
### editorconfig-checker disable code block
|
### editorconfig-checker disable code block
|
||||||
|
|
||||||
|
@ -1003,3 +1003,4 @@ lint:
|
||||||
### htmlhint disable entire file
|
### htmlhint disable entire file
|
||||||
|
|
||||||
- There is currently **No** way to disable rules in an entire file
|
- There is currently **No** way to disable rules in an entire file
|
||||||
|
````
|
||||||
|
|
Loading…
Reference in a new issue