mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 07:31:05 -05:00
fix headers
This commit is contained in:
parent
402593e4bf
commit
df80c35067
1 changed files with 8 additions and 8 deletions
|
@ -13,10 +13,10 @@ Below is examples and documentation for each language and the various methods to
|
|||
- [Perl](#perl)
|
||||
- [XML](#xml)
|
||||
- [Coffeescript](#coffeescript)
|
||||
- [Javascript Eslint](#javascript-(eslint))
|
||||
- [Javascript Standard](#javascript-(standard))
|
||||
- [Typescript Eslint](#typescript-(eslint))
|
||||
- [Typescript Standard](#typescript-(standard))
|
||||
- [Javascript Eslint](#javascript-eslint)
|
||||
- [Javascript Standard](#javascript-standard)
|
||||
- [Typescript Eslint](#typescript-eslint)
|
||||
- [Typescript Standard](#typescript-standard)
|
||||
- [Golang](#golang)
|
||||
- [Dockerfile](#dockerfile)
|
||||
- [Terraform](#terraform)
|
||||
|
@ -347,7 +347,7 @@ taz = "some/huge/line/string/with/embed/#{values}.that/surpasses/the/max/column/
|
|||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
## Javascript (eslint)
|
||||
## Javascript eslint
|
||||
- [eslint](https://eslint.org/)
|
||||
|
||||
### Javascript eslint Config file
|
||||
|
@ -384,7 +384,7 @@ alert('foo')
|
|||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
## Javascript (standard)
|
||||
## Javascript standard
|
||||
- [standard js](https://standardjs.com/)
|
||||
|
||||
### Javascript standard Config file
|
||||
|
@ -401,7 +401,7 @@ alert('foo')
|
|||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
## Typescript (eslint)
|
||||
## Typescript eslint
|
||||
- [eslint](https://eslint.org/)
|
||||
|
||||
### Typescript eslint Config file
|
||||
|
@ -437,7 +437,7 @@ alert('foo')
|
|||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
## Typescript (standard)
|
||||
## Typescript standard
|
||||
- [standardjs](https://standardjs.com/)
|
||||
|
||||
### Typescript standard Config file
|
||||
|
|
Loading…
Reference in a new issue