mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
adding standard
This commit is contained in:
parent
7ad372cf8c
commit
8c027addeb
1 changed files with 14 additions and 6 deletions
|
@ -388,13 +388,16 @@ alert('foo')
|
|||
- [standard js](https://standardjs.com/)
|
||||
|
||||
### Javascript standard Config file
|
||||
- `.github/linters/.eslintrc.yml`
|
||||
- You can pass multiple rules and overwrite default rules
|
||||
- File should be located at: `.github/linters/.eslintrc.yml`
|
||||
- There is no top level *configuration file* available at this time
|
||||
|
||||
### Javascript standard disable single line
|
||||
- There is currently **No** way to disable rules inline of the file(s)
|
||||
|
||||
### Javascript standard disable code block
|
||||
- There is currently **No** way to disable rules inline of the file(s)
|
||||
|
||||
### Javascript standard disable entire file
|
||||
- There is currently **No** way to disable rules inline of the file(s)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -435,14 +438,19 @@ alert('foo')
|
|||
--------------------------------------------------------------------------------
|
||||
|
||||
## Typescript (standard)
|
||||
- [standardjs](https://standardjs.com/)
|
||||
|
||||
### Typescript standard Config file
|
||||
- `.github/linters/.eslintrc.yml`
|
||||
- You can pass multiple rules and overwrite default rules
|
||||
- File should be located at: `.github/linters/.eslintrc.yml`
|
||||
- There is no top level *configuration file* available at this time
|
||||
|
||||
### Typescript standard disable single line
|
||||
- There is currently **No** way to disable rules inline of the file(s)
|
||||
|
||||
### Typescript standard disable code block
|
||||
- There is currently **No** way to disable rules inline of the file(s)
|
||||
|
||||
### Typescript standard disable entire file
|
||||
- There is currently **No** way to disable rules inline of the file(s)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue